[Resolved] How to reduce ‘Add to basket’ button paddings?

Home Forums Support [Resolved] How to reduce ‘Add to basket’ button paddings?

Home Forums Support How to reduce ‘Add to basket’ button paddings?

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

    Hi,

    I want to reduce the size of the ‘Add to basket’ button. I mean to reduce the paddings px. Because the ‘Add to basket’ button are going in 02 rows in mobile view of shorter size screens.

    Thanks in advance.

    #2051636
    Elvin
    Staff
    Customer Support

    Hi there,

    You can adjust it using this selector:

    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        padding: 0;
    }

    adjust the value to your preference. ๐Ÿ˜€

    #2052205
    Juned

    Thanks Elvin.

    #2053975
    Elvin
    Staff
    Customer Support

    No problem. ๐Ÿ˜€

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.