Reply 324489 to: problem with css mobile version and quantity overlay over quantity figure

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.