WooCommerce Categories

thank you. to install 3.26 how would i do that without losing my products or settings

actually dont worry i figured that out.

All i need really now is for the categories, sub categories, images and titles and price on product pages to be centred.

can you advise the css code to do this

Hello There,

I have installed Regenerate Thumbnails plugin and regenerated all your thumbnails. This is to make sure that all your images will have the same size. They will be uniform in size which would make it more attractive. You are having an issue right now where the products is all over the place. That is because of the images that they do not share the same size.

I also commented out this css code .woocommerce li.product img{width:100%;max-width:100%} because it is making the image sizes works and also contributed why the products is not aligned.

As I have check your site, it seems the images, titles and price is at the center now.
https://www.frankandjellys.com/product-category/walkies/walkies-travel-accessories/
https://www.frankandjellys.com/product-category/walkies/walkies-harnesses/

This is made possible because you added this custom css:

 .woocommerce li.product .entry-header {
	text-align: center;
}

If you need anything else we can help you with, please let us know.

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