Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi. I am loving the plugin Heavy Digital. I have the same question. I’m wondering how to disable it so that it won’t appear on mobile sites as it works great, but is causing issues from any mobile phone i test.

    Hi guys!

    That was my question this morning.
    I just found this to the plugin’s official site. It worked to my case. Good luck and cheers!

    ——
    T Arceo ? 3 months ago
    Hi. Is there any information or documentation on how to limit SideOffer on mobile devices? I really like your plugin but when I institute it on my site it takes over my mobile site. I need to exclude the plugin from the mobile version in order for it to work for me. Can you help?

    Thanks
    0 ?Reply?Share ?

    David Benedetti T Arceo ? 3 months ago ?
    Hey Tracy,

    Sure thing, simply add this code to your CSS file:

    @media all and (max-width: 520px) {
    #sideoffer {
    display:none;
    }
    }

    alexfads

    (@alexfads)

    where exactly do you paste that code in my css file? Can I paste it anywhere? Is there a css file for the sideoffer, or do i post it in my themes css file?

    Hi this fix to turn it off hasn’t worked on all the sites. This one for example: https://thewaterfrontrestaurant.co.uk/

    Is there another step? Or alternative method?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to disable on mobile site?’ is closed to new replies.