• Quantity input field is not working. Plus / Minus button working fine but input button show disable

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

Viewing 1 replies (of 1 total)
  • Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @claymehedi ,

    I apologize for the delayed response.

    Thank you for sharing the website url. I have checked the site and it looks like some css is overwritten on the checkout page for quantity selector.

    You can add below css rule and check the result.

    .woocommerce .quantity .qty {
    width: 2.631em;
    margin-left: 38px;
    padding-left: 10px!important;
    padding-right: 10px !important;
    border: 1px solid var(–ast-border-color)!important;
    }

    Add this rule I can see the below result

Viewing 1 replies (of 1 total)
  • The topic ‘Quantity’ is closed to new replies.