Space between title and price of products
-
Hello,
I have a space between title and price of products on product boxes (carousel and archive products) as you can see on screenshot.
I updated new woodmart version and deactivated the third party plugins but issue is still here…
Thanks for your help!
Attachments:
You must be
logged in to view attached files.
Hi ecom.france35,
Thanks for reaching to us.
Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.
.product-grid-item.product .product-element-bottom :is(.price,.wrap-price,.product-rating-price) {
margin-top: 0;
}
Regards,
Hi ecom.france35,
Please remove previous code and use below one.
.product-grid-item.product .product-element-bottom :is(.price,.wrap-price,.product-rating-price) {
margin-top: 0;
}
.product-grid-item.product .product-element-bottom .product-title {
margin-bottom: 0;
}
Regards,