• Resolved boppar

    (@boppar)


    The headings on my category pages are centered.
    Is there a way align them to the left?

Viewing 4 replies - 1 through 4 (of 4 total)
  • By default on Storefront, titles of category pages are aligned left.

    If that’s not the case for your site, it’s possible that you have custom CSS/settings that change that, or a plugin.

    If you can share a link to your site (and a page where the titles show center aligned), I’ll be happy to take a look.

    Thread Starter boppar

    (@boppar)

    Hi @senff.
    Thank you for your answer. I didn’t know Storefront have headings aligned left.

    The problem is with the categorypages marked with red cicles (and the subcategories on the first category). I hope it’s OK to share the site this way.
    https://ibb.co/Y8x2Rqn

    The titles are aligned left since your pagess use the Full Width template. To change this, add the following CSS code:

    .storefront-full-width-content .woocommerce-products-header {
      text-align: left;
    }
    Thread Starter boppar

    (@boppar)

    Hi @senff.

    I guess you meant that the titles are aligned center since I use the Full Width template?

    The code works excellent. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Headings on category pages are centered. How to align left?’ is closed to new replies.