Home Forums WoodMart support forum Adjusting height of Add To Cart button on product grid/carousel

Adjusting height of Add To Cart button on product grid/carousel

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #635423

    Vik12
    Participant

    Hello how can I please adjust the height of ATC button on product grid/carousels?

    I have tried few CSS codes but with no luck unfortunately.

    If possible can you provide for me CSS code that might allow me to adjust padding or something?
    Many thanks

    Vik

    Attachments:
    You must be logged in to view attached files.
    #635556

    Hung Pham
    Keymaster

    Hi Vik12,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    a:is(.btn,.button,button,[type=submit],[type=button]){
        min-height: 10px;
    }
    
    .wd-product.wd-hover-fw-button .wd-add-btn a.add-to-cart-loop span {
        padding: 6px 12px;
    }

    Regards,

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