Title: hide on desktop
Last modified: August 22, 2016

---

# hide on desktop

 *  Resolved [scott74](https://wordpress.org/support/users/scott74/)
 * (@scott74)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hide-on-desktop/)
 * How would you hide on desktop so you can have one h1 font title on a page for
   desktop display and and different H1 font size on tablet.
 * i can wrap the first h1 font so it doesn’t show on mobile and tablet but need
   to create another one vise versa?
 * Is there a short code to wrap to hide on desktop? so you can have two instances
   of the same content?
 * Thanks
 * [https://wordpress.org/plugins/wp-mobile-detect/](https://wordpress.org/plugins/wp-mobile-detect/)

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

 *  Plugin Author [Jesse Friedman](https://wordpress.org/support/users/professor44/)
 * (@professor44)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/hide-on-desktop/#post-5541431)
 * Hi [@scott74](https://wordpress.org/support/users/scott74/)
 * This plugin isn’t designed to help modify the look and feel of your design. Instead
   it’s designed to detect devices to fully replace content. If you simply want 
   to change the size of a font you can use css [@media](https://wordpress.org/support/users/media/)
   query to detect the screen size and change the font.
 * If you aren’t experienced with theme development, [Jetpack](http://wordpress.org/plugins/jetpack)(
   a plugin I work on) has a great custom css tool that will make your life really
   easy.
 * Jesse
 *  [NetMonkey](https://wordpress.org/support/users/headmonkey/)
 * (@headmonkey)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-on-desktop/#post-5541443)
 * Hey Jesse,
 * This plugin (may) be what I’ve been looking for. Let me tell you what i”m trying
   to do and you tell me if it’s a fit for the coding issue I’m trying to solve.
 * I’m creating a sticky footer to display at the bottom of the viewport. The code
   I have is in divs and is meant to go into a footer file. I’m using a child theme,
   so no worries.
 * On a desktop, I want a horizontal bar with a gradient background with text and
   images aligned like this in landscape mode and responsive:
    text text text image
   image image image image
 * on mobile portrait I need the text and images to look like this:
    text text text
   image image image
 *  image image
    Then on mobile landscape, I want to use the landscape example above.
   My approach this far, has been to call different css for landscape or portrait
   by style sheet statements like this:
 *     ```
       <link rel="stylesheet" media="(orientation: portrait)" href="portrait.css">
           <link rel="stylesheet" media="(orientation: landscape)" href="landscape.css">
       ```
   
 * Can your plugin give me what I need? Right now I have a series of divs doing 
   this in html that I’ve been testing, but haven’t popped it into WordPress yet.
 *  [NetMonkey](https://wordpress.org/support/users/headmonkey/)
 * (@headmonkey)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-on-desktop/#post-5541444)
 * I see that in my post, the text and image examples have all been left aligned.
   Please look at these two image examples for clarity.
 * [http://netmonkeys.net/uploads/landscape-mobile.jpg](http://netmonkeys.net/uploads/landscape-mobile.jpg)
   
   [http://netmonkeys.net/uploads/portrait-mobile.jpg](http://netmonkeys.net/uploads/portrait-mobile.jpg)

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

The topic ‘hide on desktop’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-mobile-detect.svg)
 * [WP Mobile Detect](https://wordpress.org/plugins/wp-mobile-detect/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mobile-detect/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mobile-detect/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mobile-detect/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mobile-detect/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mobile-detect/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [NetMonkey](https://wordpress.org/support/users/headmonkey/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/hide-on-desktop/#post-5541444)
 * Status: resolved