• Hi there,
    on the cart page of my website the quantity buttons are stacked on top of each other, I want to decrease the size of the buttons and align them next to each other, or at least on top of each other but correctly aligned. I cannot find any code snippets or plugins to help me out. Is there anything I can do? Many thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Please try to use this custom CSS code in Appearance > Customize > Additional CSS, to reduce the padding of buttons plus/minus on the cart page.

    #page .woocommerce-cart-form .input-pm-act {
        padding: 0 10px;
    }

    Regards.

    Thread Starter ds97

    (@ds97)

    Thanks so much Long,
    I have tried adding it and it did not change anything. Do I need to fill in the page number maybe?

    Hi,

    I do not see the custom CSS code runs on the cart page. Could you please clear all the cache (Autoptimize) then recheck it?

    Thread Starter ds97

    (@ds97)

    Thanks so much! That worked. Brilliant!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Missaligned Cart Quantity buttons (+ -) woocommerce checkout’ is closed to new replies.