In mobile view in some of the images line is appearing at the bottom of image
-
Dear Support Team,
In mobile view in some of the images line is appearing at the bottom of image. I have attached an image related to this issue can you please check and suggest. I am facing this issue only in mobile version
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.product-grid-item .product-element-top>a {
margin-bottom: -1px;
}
Regards