Hotspots in mobile - by Marta Iraola - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler

  • Avatar: Marta Iraola
    Marta Iraola
    Participant
    October 31, 2019 at 13:46

    Hello,

    I have used the plumbing demo because I really like the hotspots over the images.

    However, I have noticed that in the mobile version, they are not very responsive and don’t show correctly.

    How can I make them responsive?

    Thanks a lot for your help.

    Kind regards,

    Marta

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 31, 2019 at 20:06

    Hello,

    Thanks for using our theme.
    Interactive image element comes from Massive Addons plugin https://massive.mpcthemes.net/interactive-image/ and displaying depends on your settings.
    If your content of tooltips can’t be displayed correctly on mobile, it can be hidden by adding the next code in Сustom CSS for page:

    @media only screen and (max-width: 768px) {
        .mpc-tooltip {
            display: none !important;
        }
    }

    Regards

  • 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.