Title: Broken mobile function
Last modified: August 21, 2016

---

# Broken mobile function

 *  [busymama](https://wordpress.org/support/users/busymama/)
 * (@busymama)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/broken-mobile-function/)
 * I’ve installed a header image instead of the text and now I’ve lost mobile function,
   everything displays on the left and not in the body section of the site on my
   iPhone.
 * If I remove the new code from the header.php file it works again on the iPhone,
   but I’d like to display my custom header at the top and then a feature header
   with each page.
 * Please help…
 * [http://positivebirth.co.uk/](http://positivebirth.co.uk/)
 * Thank you, wise people.

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

 *  [fluid2011](https://wordpress.org/support/users/fluid2011/)
 * (@fluid2011)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/broken-mobile-function/#post-3897173)
 * Hi you could make the image width 100%
 *     ```
       img {
       width: 100%;
       }
       ```
   
 * David
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/broken-mobile-function/#post-3897177)
 * First you need to fix your child theme – it should not have a copy of the entire
   parent style.css file in it – it should have this:
 *     ```
       /*
       Theme Name:     Twenty Twelve Child
       Theme URI:      http://example.com/
       Description:    Child theme for the Twenty Twelve theme
       Author:         Your name here
       Author URI:     http://example.com/about/
       Template:       twentytwelve
       Version:        0.1.0
       */
   
       @import url("../twentytwelve/style.css");
       ```
   
 * and after that ONLY the changes you’ve made to the CSS for the child theme.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/broken-mobile-function/#post-3897181)
 * See this if you’re not sure about the above:
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Then add this AFTER the @ import line in the new style.css file.
 *     ```
       img.site-logo {
          width: 100%;
       }
       ```
   
 *  Thread Starter [busymama](https://wordpress.org/support/users/busymama/)
 * (@busymama)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/broken-mobile-function/#post-3897299)
 * That seems to have broken it so put it back where it was yesterday.
 * With that child file only I seem to have nothing but a skeleton, no header images(
   and not option to add one) or anything.
 * I wish I knew more, so thanks a million for your help.

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

The topic ‘Broken mobile function’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [busymama](https://wordpress.org/support/users/busymama/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/broken-mobile-function/#post-3897299)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
