• I found some older entries on this, but none of the solutions suggested actually work. My webs store site contains a list (bullet or ordered – does not matter) which always is centered, by no matters I can get it aligned left.

    WordPress 5.5
    woocommerce 4.4.1
    storefront 2.6.0

    At this post, a workaround was given to be put into custom CSS:

    .entry-content li {
    text-align: left;
    }

    IMHO this looks like a bug.
    Cheers,
    Wolf

    • This topic was modified 4 years, 6 months ago by herrdeh.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @herrdeh

    On which page(s) do you see the centered lists exactly?

    Thread Starter herrdeh

    (@herrdeh)

    Just at the start page unter “Abwicklung”. I commented the workaround additional CSS, so you can see it.

    RK a11n

    (@riaanknoetze)

    Looking at source code, I see that Storefront does have some CSS where the content container is set to center align for pages that use the homepage page template:


    Link to image: https://d.pr/i/rnBSHJ

    Center-aligned content on the homepage content does make sense within the context of how it’s used. With that said, the following custom CSS should help with that:

    
    .page-template-template-homepage .entry-content ol,
    .page-template-template-homepage .entry-content ul {
      text-align: left !important;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bullet or ordered list: always centered’ is closed to new replies.