This topic has 4 replies, 2 voices, and was last updated 5 years, 3 months ago ago by Olga Barlow
Hello,
We have chosen in the shop area to display categories and products, but the products are higher than the category boxes so the lines are not aligned (see screenshot attached). How can we fix this issue?
Best,
Hello,
You can either disable the masonry for the shop page (Theme Options > Shop > Masonry > off) or limit the product image height using custom CSS, for example
.content-product .product-content-image img {
max-height: 250px;
}
Regards
Thank you, it worked.
Best regards
Hello,
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up