Add to Cart Button on Quantity Discount Widget in Customizer appears properly, but when i view in actual mobile screen, the button appears very small with only the cart icon.
This topic has 2 replies, 2 voices, and was last updated 4 months, 1 weeks ago ago by Luca Rossi
Add to Cart Button on Quantity Discount Widget in Customizer appears properly, but when i view in actual mobile screen, the button appears very small with only the cart icon.
Dear @Jegadesh A,
We hope this message finds you well.
We have noticed that on mobile devices(REAL mobile devices), there is limited space, so the “Add to Cart” text is hidden by default. However, if you would like to display the text again, you can do so by adding the following CSS code under **XStore > Theme Options > Theme Custom CSS > Global CSS**:
@media (max-width: 600px){
.single-product .quantity-discount-add button.add_to_cart_button::after {
content: 'Add To Cart';
margin-left: 5px;
display: inline-block;
font-size: 16px;
}
}
We hope this solution is helpful. Should you need further assistance, please don’t hesitate to reach out.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up