• Resolved confettiandcreativity

    (@confettiandcreativity)


    The button seems to work pretty well on desktop, but I’m having major trouble on mobile.

    My bundles have a set price and a sale price. The Mobile version picks up both prices, but it isn’t displaying properly so it looks like the bundle is $60 instead of $35. I would like it to show both prices but with a red strike through the $60 price.

    Also, the text on mobile is far too large. Is there way to edit the price size so that it appears a little bit smaller?

    I have emailed support with this issue but have not heard anything in a couple of days. Hoping I get a response.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sharaz Shahid

    (@sharaz)

    Hi @confettiandcreativity

    We really apologise for the delay in our response. That is font-size issue on mobile view. You can add this CSS code in your theme CSS to fix the issue.

    @media screen and (max-width: 767px){
        .wsatc-price span{
            font-size: 18px;
            line-height: 1;
        }   
    }

    Let me know if your issue resolved.

    Thread Starter confettiandcreativity

    (@confettiandcreativity)

    Yes, thank you I really appreciate it! Is there a way to make the crossed out price red and remove the line under $35.00?

    Thank you for your consideration!

    Plugin Author Sharaz Shahid

    (@sharaz)

    @confettiandcreativity Thanks for using Sticky Cart. If your issue is resolved. Could you give us a 5-star rating. It will boost our energy to work on it with more power.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Not Working’ is closed to new replies.