Title: Hide for mobile
Last modified: August 21, 2016

---

# Hide for mobile

 *  Resolved [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/hide-for-mobile/)
 * Hi,
 * Just activated the plug-in today, and bought the premium upgrade – nice job!
 * One thing that would be useful would be to offer an option to hide the share 
   buttons on mobile, since most mobile visitors prefer their browser’s built-in
   sharing option. Will this perhaps be a future feature?
 * Thanks!
 * [https://wordpress.org/plugins/mashsharer/](https://wordpress.org/plugins/mashsharer/)

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

 *  [Rene Hermenau](https://wordpress.org/support/users/renehermi/)
 * (@renehermi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/hide-for-mobile/#post-4936306)
 * Hey Danny,
 * this is something you can reach with a custom stylesheet:
 * Hide only buttons:
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 469px){
   .
   mashsharer-buttons { display:none !important; } }
 * Hide complete:
    [@media](https://wordpress.org/support/users/media/) screen and(
   max-width: 469px) { .mashsharer-box { display:none !important; } }
 * Adjust the pixel width to your needs:-)
 *  Thread Starter [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * (@dannybrown)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/hide-for-mobile/#post-4936370)
 * Perfect – worked a treat, thank you! 🙂

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

The topic ‘Hide for mobile’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mashsharer_33bbee.svg)
 * [MashShare - Social Media Share Buttons, Social Share Icons](https://wordpress.org/plugins/mashsharer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mashsharer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mashsharer/)
 * [Active Topics](https://wordpress.org/support/plugin/mashsharer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mashsharer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mashsharer/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [dannybrown](https://wordpress.org/support/users/dannybrown/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/hide-for-mobile/#post-4936370)
 * Status: resolved