Quantity buttons on mobile not on the right place

This topic has 3 replies, 2 voices, and was last updated 8 months, 2 weeks ago ago by luc

  • Avatar: luc
    luc
    Participant
    August 18, 2023 at 14:51

    Hi,

    How can I fix this? The quantity input is not align as it was in the first place?
    https://ibb.co/gR5mSd3
    On our other website: https://ibb.co/n1hGsJP

    Thanks in advance

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2023 at 15:17

    Hello,

    Thank you for contacting us and for using XStore.

    Please try to use the next custom CSS code:

    body .single-product-builder form.cart,
    body .single-product-builder form.cart .woocommerce-variation-add-to-cart {
         flex-direction: row !important;
    }
    .single-product-builder .et_product-block form.cart .quantity-wrapper:before {
        display: none;
    }
    body .single-product-builder .et_product-block .quantity-select,
    body .single-product-builder .et_product-block .quantity-select select,
    body .single-product-builder .et_product-block .single_add_to_cart_button {
        min-width: unset;
        margin: 0;
    }
    body .single-product-builder .et_product-block .cart .quantity {
        margin: 0 var(--single-add-to-cart-button-spacing, 15px) 0 0;
    }

    Kind Regards,
    8theme team

    Avatar: luc
    luc
    Participant
    August 21, 2023 at 10:31

    Thanks again!

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Quantity buttons on mobile not on the right place’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.