• Resolved websitedesigncoza

    (@websitedesigncoza)


    Hi there,

    How do I get the products to all be centered on the category page? For example, the one category only has 2 products and there’s another one with only 3. I would like these to be centered and not left aligned.

    • This topic was modified 3 years, 5 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
    • This topic was modified 3 years, 5 months ago by James Huff.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your template determines how things layout so it’s different for everyone.
    Contact the supplier of your template or if they can’t help you switch to another one

    Mirko P.

    (@rainfallnixfig)

    Hi @websitedesigncoza!

    You can try this CSS to center the products on your shop page:

    .woocommerce ul.products {
    display: flex;
    justify-content: center;
    }

    To add custom CSS code navigate to WordPress Dashboard > Appearance > Customize > Additional CSS and add your CSS to the editor.

    If you want to customize further, I suggest you directly contact your theme developers who are in the best position to help you.

    Thanks.

    Thread Starter websitedesigncoza

    (@websitedesigncoza)

    Thank you so much Mirko.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering products on category page’ is closed to new replies.