Home Forums WoodMart support forum Adjust Quantity-DIV Size (Next to Add To Card Button)

Adjust Quantity-DIV Size (Next to Add To Card Button)

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

    tiberiusj
    Participant

    Hi, how can I adjust the quantity div size via CSS so it will somewhat match the new Add to Cart button size:

    https://i.gyazo.com/a263c180265c6a87af7eba29fc7921c8.png

    Thanks!

    #151168

    Hello,

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

    body .quantity input[type=button] {
        min-width: 25px;
        height: 42px;
    }
    body .quantity input[type=number] {
        width: 30px;
        height: 42px;
    }

    Change the width and height values as per your needs.

    Best Regards

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