Open hacchism opened 3 years ago
List items get centered and there are gaps between each item and each bullet point.
Looking into this with browser inspector, the following CSS code in https://s0.wp.com/wp-content/themes/premium/venture/style.css?m=1618356360h&cssminify=yes (Line:453) seems to be causing the issue.
.th-text-center { text-align: center; }
Steps to replicate
Result
List items get centered and there are gaps between each item and each bullet point.
Expected
Additional Info
Looking into this with browser inspector, the following CSS code in https://s0.wp.com/wp-content/themes/premium/venture/style.css?m=1618356360h&cssminify=yes (Line:453) seems to be causing the issue.