• Resolved titis14

    (@titis14)


    Hello is it possible to disable the plugin for mobile? My popup being large and not suitable for mobile I would disable you have an idea to do this?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • noupe

    (@noupe)

    Try to disable in CSS, like:

    @media screen and (max-width:480px){
    .sticky-popup {
    display:none;
    }

    Thread Starter titis14

    (@titis14)

    thank you very much this is perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable mobile’ is closed to new replies.