Hi!
I’ve read the various mobile Image with hotspots issues but I have the reverse problem. On mobile, I’d like to display the text in hotspots perhaps as simply text & remove the image & actual hotspots. Or remove hotspots & only display the actual text inside the hotspots? Align them differently?
Not sure if I can set a different module for that section for mobiles only or if I have to create an entire home page and replace only that module and have that be set for mobile view? If so, how would I do that?
Not sure which way is best to fix this issue for mobiles only. Whatever solution you can provide that would give simplest & best result will be great!
You can see it here by scrolling to Values
http://citrusconstructions.com/
Thanks!
Hey Citrusconstructions!
you can hide image with hotspots for mobile only using this code in Quick CSS field:
@media only screen and (max-device-width: 736px) {
.av-hotspot-container {
display: none !important;
}}
Best regards,
Andy