This topic has 12 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi, I have almost finished my website but I am struggling with one more thing.
I have made a few product pages with essential grid and they look nice. But when I look at other woopress pages that load automaticly I get the look of the woopress theme. It is not a masonry style but boxed so there is a lot of white space between each product.
Is there a way to change this, maybe with essential grid. I tried everything but I can’t find it.
Hello,
Please provide us with link to the page where you want to make changes and wp-admin access in Private Content
Regards,
Robert Hall.
I just send you a reply in private, did you get it because I get an error message:ERROR: YOUR REPLY CANNOT BE EMPTY.
Hello,
Could you please show a screenshot how you’d like to customize products pages?
Thank you.
Regards,
Eva Kemp.
Hi
Hello,
Sorry, but product categories pages use standard Woocommerce template to show products from a category. It can’t be the same as you created for Shop page with Essential Grid plugin.
Please take our apologies.
Regards,
Eva Kemp.
I understand, but it is also not possible to reduce the white spaces between the images?
Hello,
Try to add this code in custom.css file:
.product-content-image img {
height: 300px !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Thank you, now all the images are in one line, just 1 problem, the weight does not ajust the heigt so the images look a bit strange. You have a solution for this?
Hello,
You can try to change height value to lower one:
.product-content-image img {
height: 230px !important;
}
Regards,
Eva Kemp.
Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘How to change the look of product images with essential grid’' has been successfully resolved, and the topic is now closed for further responses