This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Rose Tyler
Hello,
On my website https://www.trendyoffers.shop/ the products don’t align correctly. One product is a little too low the other a little too high. Could you help me so there are three products per row aligned in a straight line? Thanks.
Best
Hello,
Your products images have different original sizes. You should upload them with similar dimensions, then edit Woocommerce settings > Products > Display and add the correct size for Catalog Images. Use hard crop if you want to crop images. Then regenerate thumbnails.
Or you can try to add this code in custom css:
.product-image-wrapper.hover-effect-swap {
height: 375px;
}
.products-grid .product .product-name {
height: 35px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up