Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
887 stars 353 forks source link

Venture: Front Page template: Alignment issue with List Block #3726

Open hacchism opened 3 years ago

hacchism commented 3 years ago

Steps to replicate

  1. Pick any WordPress.com site and activate the Venture theme
  2. Create a new page and choose "Front Page" template in "Page Attributes" module
  3. Add List Block
  4. Publish a page

Result

List items get centered and there are gaps between each item and each bullet point.

Screen Shot on 2021-04-30 at 14:33:55

Expected

Screen Shot on 2021-04-30 at 14:34:25

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.

.th-text-center {
    text-align: center;
}
edwinho89 commented 3 years ago

4082167-zen