Viewing 1 replies (of 1 total)
  • Plugin Author kevinweber

    (@kevinweber)

    Hi,
    great that you like wBounce!
    You could use a little CSS hack. Use custom CSS that defines a maximum device width and makes the popup invisible, such as:

    @media only screen and (max-device-width: 480px) {
    #wbounce-modal { visibility:hidden; }
    }

    Then the popup will be visible on screens that are more than 480px wide only.

    Best regards,
    Kevin

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile popup’ is closed to new replies.