Products stye grid issues
-
I have two issues.
1. I have added two portrait images to the product and enabled the hover feature. When hovered the second image shows half of the image. The rest is white. PFA attached screenshots.
2. When products background is enabled, the padding looks thick. Is there a way to enable background for the text content alone so the photo can take full space without padding?
Attachments:
You must be
logged in to view attached files.
Hi Ram Hegde,
Thanks for reaching to us and appreciate your patience.
Please provide URL of the mentioned page, so I can take a closer look.
Best Regards,
I think it is some kind of cache. It looks fine now. But I still have question 2. I have added the site URL in the extra info.
Hi Ram Hegde,
Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:
div.wd-product .product-wrapper {
padding: 0;
}
Regards,