Title: Customizing Responsive Smartphone layout
Last modified: August 22, 2016

---

# Customizing Responsive Smartphone layout

 *  [privateguitar](https://wordpress.org/support/users/privateguitar/)
 * (@privateguitar)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/customizing-responsive-smartphone-layout/)
 * [http://www.privateguitar.com](http://www.privateguitar.com)
 * I love the way my website looks on a pc. Unfortunately, on my iphone, the header
   takes up half the screen and I would like to remove one image and format the 
   text so it has a clean look.
 * Is there an area within wordpress that allows me to customize my smartphone layout?

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

 *  [Matthew](https://wordpress.org/support/users/kidsguide/)
 * (@kidsguide)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/customizing-responsive-smartphone-layout/#post-5210872)
 * You can try a plugin like [WPtouch Mobile Plugin](http://wordpress.org/plugins/wptouch/),
   [Mobiloud – WordPress Native Mobile Apps Builder (iPhone, iPad, Android) ](http://wordpress.org/plugins/mobiloud-mobile-app-plugin/screenshots/),
   or just [search them](http://wordpress.org/plugins/search.php?q=mobile+layout).
 * You could also (if your into php) use stuff like
 *     ```
       <?php
       if ( wp_is_mobile() ) {
       	/* Display and echo mobile specific stuff here */
       }
       ?>
       ```
   
 * or just read the [wp is mobile Codex](http://codex.wordpress.org/Function_Reference/wp_is_mobile).
 * Hopefully this helps!
 *  Thread Starter [privateguitar](https://wordpress.org/support/users/privateguitar/)
 * (@privateguitar)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/customizing-responsive-smartphone-layout/#post-5210878)
 * I’ll research these keywords. Thank you.
 *  [_SSS](https://wordpress.org/support/users/_sss/)
 * (@_sss)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/customizing-responsive-smartphone-layout/#post-5210922)
 * Hii [@privateguitar](https://wordpress.org/support/users/privateguitar/),
    In
   your theme folder check that do u have a Mobile_detect.php file if is there then
   add code into the header file $detect = new Mobile_Detect; $deviceType = ($detect-
   >isMobile() ? ($detect->isTablet() ? ‘tablet’ : ‘phone’) : ‘computer’); hope 
   ty

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

The topic ‘Customizing Responsive Smartphone layout’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [_SSS](https://wordpress.org/support/users/_sss/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/customizing-responsive-smartphone-layout/#post-5210922)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
