Shop Page Broken

Hello,
My woocommerce shop page and your theme don’t seem to be getting along
http://nmnstaging.com/shop
As you can see the photos are not centered and the text are not either.
It’s as if the photos and headlines are justified left.

However on my product category page everything looks great.
http://nmnstaging.com/product-category/mens-apparel/

Please help!

Can you let me know if it’s the theme or the store or something I may have done.

Hi Michael,

Thanks for reaching out.

You set your shop page to display product categories instead of products, which is why it looks different than actual product listing. Do you intend to display the product categories instead of products on your shop page? If yes, then the only issue I’m seeing is alignment. Then please add this CSS to your Theme Options > CSS

body.post-type-archive ul.products > .product-category {
text-align: center !important;
}

If not, then please go to Admin > Appearance > Customize > Woocommerce > Product Catalog > Shop page display and set it to Show Products instead of Shows Categories.

Hope this helps.

Thank you!
That worked perfectly!

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.