Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #485052

    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!

    #485299

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.