• Resolved 4fa

    (@4familyes)


    Hi guys,

    Here is a screenshot of our product page with the sticky cart enabled.
    https://postimg.cc/jLHHn90x

    As you can see the name of the product is not fully visible. Any ideas on how to fix this?

    Thanks for your help,

    JD

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

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

    (@addonsplus)

    Hello 4fa,

    Thank you for using our plugin and we are here to help you.

    We have checked the screenshot and also visited the website.

    We know that it is cutting the name because sometimes products have a huge name and it does not properly fit on the mobile screen so we developed it that way.

    But if you want to modify that behavior please add the below CSS to the website and we are sure it will fix the issue.

    @media only screen and (max-width: 768px){
    .wsc-left-sec-product {
        white-space: inherit!important;
    }
    }

    If you don’t know how to add CSS feel free to contact us again here so we can guide you.

    Also, let us know whether the above CSS worked or not so we can update the status of this ticket.

    Again Thank you for using our plugin and we hope it will improve your website conversion rate.

    With Regards,
    Team AddOns Plus

    Thread Starter 4fa

    (@4familyes)

    Hi guys!

    Excellent, the CSS worked and the product name is displayed correctly!

    Thanks so much for a very quick response.

    Plugin Author addonsplus

    (@addonsplus)

    Hello,

    Awesome, let us know if you need any other help.
    We are marking this thread as resolved.
    Feel free to contact us again if you need any help.
    Also, if you like our plugin and support, you can provide a star rating/review. That will be a good motivation for us.

    With Regards,
    Team AddOns Plus

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