This topic has 2 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Olga Barlow
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
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
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