Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Stop aweber lightbox showing for mobile users

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41693
    alice
    Participant

    Hi all – Happy New Year!

    I am using the aweber lightbox and am displaying it once readers have been on my site 30 seconds.

    Is there an easy way to stop it showing when someone is visiting the site from their phone? Detect screen solution and if less than … don’t show?

    I am just using the copy and paste code from aweber currently. I’m using wordpress.

    Thanks!

    #119513
    Andy Howells
    Participant

    @media (max-width: XXXpx) {
    .lightbox-element-class { display: none; visibility: hidden; }
    }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.