• Resolved popthebottles

    (@popthebottles)


    Hello,

    Please also check my webpage on mobile: the price and amount go through each other, becoming unreadable. How can I fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @popthebottles ,
    Thanks for reaching out to us!

    I have checked the link you have mentioned and found that the Amount and Price are showing very close to each other. The issue can be solved easily by applying a small CSS code. Please copy the CSS code mentioned below and paste it to Appearance > Customize > Additional CSS section. Please note that you can change the value of the Margin as per your needs.

    @media (max-width: 1024px){
    .shopengine-order-review-product .product-quantity {
        margin: 0px 10px 0px 10px !important;
    }
    }

    Also, always try to check from real devices to get an accurate result. Let me know if that helps or if you need further assistance. I will be happy to assist you.

    Best Regards,
    Prosenjit

Viewing 1 replies (of 1 total)
  • The topic ‘Price and amount of product go through each other’ is closed to new replies.