Title: Hide on Mobile
Last modified: August 21, 2016

---

# Hide on Mobile

 *  [corepath](https://wordpress.org/support/users/corepath/)
 * (@corepath)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/hide-on-mobile-1/)
 * Hi,
 * Excellent and easy to use plugin, really nice work!
 * My only issue is that on the mobile version the widget dominates the screen. 
   Is there a custom CSS insertion I can use to hide the widget on screens smaller
   than an iPad (maybe 760px?)
 * I’m currently using the right position.
 * Cheers,
 * [http://wordpress.org/plugins/sliding-widgets/](http://wordpress.org/plugins/sliding-widgets/)

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

 *  [coinperson](https://wordpress.org/support/users/coinperson/)
 * (@coinperson)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/hide-on-mobile-1/#post-3990063)
 * Here is a solution. In your WordPress admin screen, go to Plugins > Editor > 
   Sliding Widget. Choose the .php for whatever slider you are using. For instance,
   I am using a slider on the right hand side. So I choose sliding-widgets/tpls/
   right_css.php.
 * At the very top add:
 * <?php if (!wp_is_mobile()) : ?>
 * At the very bottom add:
 * <?php endif; ?>
 * Now it won’t show up on mobile!
 * If you want it by pixels, you could also use:
 * [@media](https://wordpress.org/support/users/media/) (max-width: 768px) {
    .sticky-
   social { display: none; } }
 *  [alisamski](https://wordpress.org/support/users/alisamski/)
 * (@alisamski)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/hide-on-mobile-1/#post-3990086)
 * This is still showing up on the iphone… tried both of the above solutions. Please
   advise.

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

The topic ‘Hide on Mobile’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sliding-widgets_ffffff.svg)
 * [Sliding Widgets](https://wordpress.org/plugins/sliding-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sliding-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sliding-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/sliding-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sliding-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sliding-widgets/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [alisamski](https://wordpress.org/support/users/alisamski/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/hide-on-mobile-1/#post-3990086)
 * Status: not resolved