This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi,
In the product grid views the gap between the bottom of each product thumbnail and the product description is too large.
Our images are all 150px by 150px but your CSS seems to be using an image height of 220px. Our grid view would look better with a smaller image height.
I’ve used firebug to set it to 180px and that looks better to me, but I’m not sure what actual CSS needs to be changed to replicate that correctly live.
Thanks,
Mike.
Hello,
Please use this code in custom.css file:
.no-sidebar #products-grid.products_grid.rows-count4 .product-image {
height: 180px !important;
}
Regards,
Eva Kemp.
Hi Eva,
That’s worked, it looks better now.
Thanks for your help,
Mike.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Grid view spacing too large’' has been successfully resolved, and the topic is now closed for further responses