Reply 224143 to: Hotspots in mobile

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.