Issue with Add to Cart Button on Quantity Discount Widget

This topic has 2 replies, 2 voices, and was last updated 4 months, 1 weeks ago ago by Luca Rossi

  • Avatar: Jegadesh A
    Jegadesh A
    Participant
    November 18, 2024 at 19:09

    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.

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    November 19, 2024 at 07:51

    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

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

You must be logged in to reply to this topic.Log in/Sign up

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