Home Forums WoodMart support forum Quantity button size

Quantity button size

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

    okanayranci
    Participant

    Hi. I want the add to cart and quantity buttons to be side by side and full width. I was able to edit the add to cart button, but not the quantity part. Can you help me please?

    like this https://prnt.sc/uzeep7

    #233407

    Hello,

    I saw the screenshot you attached. For the quantity please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    div.quantity input[type=number] {
    width: 70px;
    }
    div.quantity input[type=button] {
    min-width: 70px;
    }

    You can adjust the width according to your needs.

    Best Regards.

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