Title: Hide in Desktop
Last modified: August 30, 2016

---

# Hide in Desktop

 *  [Factitious](https://wordpress.org/support/users/factitious/)
 * (@factitious)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/hide-in-desktop/)
 * Hi,
    I’ve tried adding a custom css for it so it wouldn’t show on Desktop, at
   least that’s what I plan but it doesn’t seem to honor it. These are the css lines
   I’ve tried but failed:
 *     ```
       @media only screen and (max-width: 768px) {
           #fpub-popup.trg-overlay.hide.small {
               display: block;
           }
       }
       ```
   
 * the other one
 *     ```
       @media only screen and (max-width: 768px) {
           #fpub-popup {
               display: block;
           }
       }
       ```
   
 * I’m at loss since it won’t honor it I tried adding !important as well but to 
   no avail. Any advice regarding this matter? Thanks!
 * [https://wordpress.org/plugins/footer-pop-up-banner/](https://wordpress.org/plugins/footer-pop-up-banner/)

The topic ‘Hide in Desktop’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/footer-pop-up-banner_408e9f.svg)
 * [Footer Pop-Up Banner](https://wordpress.org/plugins/footer-pop-up-banner/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/footer-pop-up-banner/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/footer-pop-up-banner/)
 * [Active Topics](https://wordpress.org/support/plugin/footer-pop-up-banner/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/footer-pop-up-banner/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/footer-pop-up-banner/reviews/)

## Tags

 * [desktop](https://wordpress.org/support/topic-tag/desktop/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 0 replies
 * 1 participant
 * Last reply from: [Factitious](https://wordpress.org/support/users/factitious/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/hide-in-desktop/)
 * Status: not resolved