Home Forums WoodMart support forum Space between title and price of products

Space between title and price of products

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #517023

    ecom.france35
    Participant

    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.
    #517409

    Hung Pham
    Keymaster

    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,

    #517463

    ecom.france35
    Participant

    Hello,

    It doesn’t work as you can see: https://7f5a-b0e8876129e4.wptiger.fr/collections/tapis-design

    #517469

    Hung Pham
    Keymaster

    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,

Viewing 4 posts - 1 through 4 (of 4 total)