Hello,
Can you link to the site so that I can check it? Do you want to change the image size? If yes, then go to Customize > Woocommerce > Product Image section and change the image size.
Hello,
Thank you for your quick response
If you can look at this site (www.greenweez.com/douche-et-bain-c44). It’s not my site, it’s an example. You will see that all presentations have the same height. This is not the case on a site with wpocean or woocommerce. It depends essentially on the size of the product title. Perhaps it is possible to do this with css or javascript. Something that would indicate a height of 8 inch fixed (for example) whatever the length of the title
. If you can tell me how to do it, would be great !
Best regards
Without seeing your site it is not difficult to give the correct solution. Can you share your site link?
Try adding the below code to the Customize > Custom CSS section to fix it –
.woocommerce ul.products li.product .title {
line-height: 2.5ex;
height: 8ex;
overflow: hidden;
}
Many Thanks
It work like a charme
Maybe this code will be included in the next version
Have a good day