Site logo

Archived topic

How to reduce 'Add to basket' button paddings?

3 replies · Started by Juned on December 16, 2021

Viewing posts 1–4 of 4

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.

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. :D

Thanks Elvin.

No problem. :D

This archived topic is closed to new replies.