Title: White Header Spaces
Last modified: May 5, 2017

---

# White Header Spaces

 *  [invisiblyme](https://wordpress.org/support/users/invisiblyme/)
 * (@invisiblyme)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/white-header-spaces/)
 * Hello 🙂
 * I’ve got two problems with my WP blog using Fashionistas and I was wondering 
   if anyone may be kind enough to help? I’m tearing my hair out with it now!
 * 1. There’s white space above and below the header image (of the Invisibly Me 
   custom-made header). I’d like to get rid of this white space so it looks more
   streamlined.
 * 2. The theme doesn’t seem to match up on a mobile phone. On my iPhone, the header
   part isn’t there and it’s not responsive, but it seems to work fine on an iPad.
 * I’ve browsed for a solution for this and tried various codes that I’ve added 
   via ‘custom CSS’ but nothing seems to work ie.
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 1180px){
   
   div.entry-content{ margin-top: 0px;)
 * Is anyone able to offer any suggestions on either of these? Thank you very much!

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

 *  Thread Starter [invisiblyme](https://wordpress.org/support/users/invisiblyme/)
 * (@invisiblyme)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/white-header-spaces/#post-9102551)
 * Just to confirm so you can see what I mean, the website is [http://www.invisiblyme.com](http://invisiblyme.com/)
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/white-header-spaces/#post-9103507)
 * Hello [@invisiblyme](https://wordpress.org/support/users/invisiblyme/),
 * 1. Please try to use the following CSS code in order to remove that space.
 * You can add CSS code in **Dashboard** → **Appearance** → **Customize** → **Additional
   CSS** (WordPress 4.7 and up). Also you can add CSS code directly to `style.css`
   file of your [child theme](https://codex.wordpress.org/Child_Themes).
 *     ```
       #masthead {
           padding: 0;
       }
       ```
   
 * 2. It looks like [Jetpack Mobile Theme](https://jetpack.com/support/mobile-theme/).
 * Please try to deactivate **Mobile Theme** in your **Dashboard** → **Jetpack**
   → **Settings** → **Appearance** tab.
 * Kind Regards, Roman.
 *  Thread Starter [invisiblyme](https://wordpress.org/support/users/invisiblyme/)
 * (@invisiblyme)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/white-header-spaces/#post-9103557)
 * Thank you so much for your help Roman.
 * The code for the header space worked perfectly, thank you. I’ve tried to adjust
   it to get a slight space, like 0.1 padding, but that just reverts it back to 
   the large space as before, so I’ll leave it with no space for now.
 * I’ve deactivated the “optimize your site for smartphones” option on Jetpack but
   it unfortunately still looks exactly the same. Are there any other possibilities
   to try? Thank you so much.
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/white-header-spaces/#post-9105436)
 * Hello [@invisiblyme](https://wordpress.org/support/users/invisiblyme/),
 * 1. You can try to use this CSS code instead of previous in order to get some 
   space.
 *     ```
       #masthead {
           padding: 10px;
       }
       ```
   
 * 2. I think that it’s a cache issue. Please try to clear your browser cache and
   site cache (if you are using some caching plugin on your website).
 * Kind Regards, Roman.
 *  Thread Starter [invisiblyme](https://wordpress.org/support/users/invisiblyme/)
 * (@invisiblyme)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/white-header-spaces/#post-9106647)
 * Thank you Roman, you are so incredibly helpful – I really do appreciate you taking
   the time to help with this! 🙂
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/white-header-spaces/#post-9107728)
 * You are welcome [@invisiblyme](https://wordpress.org/support/users/invisiblyme/)!
   🙂
 * Kind Regards, Roman.

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

The topic ‘White Header Spaces’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fashionistas/1.9/screenshot.png)
 * Fashionistas
 * [Support Threads](https://wordpress.org/support/theme/fashionistas/)
 * [Active Topics](https://wordpress.org/support/theme/fashionistas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fashionistas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fashionistas/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/white-header-spaces/#post-9107728)
 * Status: not resolved