treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Stop aweber lightbox showing for mobile users

  • 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!

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