Problem with css mobile version and quantity overlay over quantity figure

This topic has 2 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Olga Barlow

  • Avatar: gouda yassine
    gouda yassine
    Participant
    May 24, 2022 at 01:44

    I have the problem of the css mobile version for the term quantity and superimposed on the figure and the button less reserved for the quantity
    https://www.weeshopnow.com/wp-content/uploads/2022/05/quantite-1.png

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 24, 2022 at 12:14

    Hello,

    Add the below code to Theme Options > Custom CSS

    @media only screen and (max-width: 480px){
        .rtl .single-product-builder .et_product-block form.cart .quantity-wrapper:before {
            -webkit-transform: translateX(calc(100% + 10px)) translateY(-50%);
            transform: translateX(calc(100% + 10px)) translateY(-50%);
        }
    }

    We’ll fix this in the next theme update.

    Regards

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

The issue related to '‘problem with css mobile version and quantity overlay over quantity figure’' 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.