This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler
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
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
You must be logged in to reply to this topic.Log in/Sign up