Title: Header layout
Last modified: May 17, 2018

---

# Header layout

 *  Resolved [Oystein](https://wordpress.org/support/users/oystein/)
 * (@oystein)
 * [8 years ago](https://wordpress.org/support/topic/header-layout-2/)
 * After the recent update the header layout changed, it used to be wide but now
   it’s only above the content in the middle. I can’t find any settings for this
   in the customizer (I use a child theme)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fheader-layout-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * (@dariodev)
 * [8 years ago](https://wordpress.org/support/topic/header-layout-2/#post-10292856)
 * This issue is cause by The Post Grid plugin that you are using. Check the screenshot
   [https://imgur.com/a/mLY0LST](https://imgur.com/a/mLY0LST)
    The width of div #
   container should be 100%. Check if there is a setting in plugin to disable altering
   the width of main container. If not you can try to override this by adding following
   css snippet in the Customizer -> Additional CSS:
 *     ```
       #container {
           width: 100% !important;
           padding: 0 !important;
       }
       ```
   
 *  Thread Starter [Oystein](https://wordpress.org/support/users/oystein/)
 * (@oystein)
 * [8 years ago](https://wordpress.org/support/topic/header-layout-2/#post-10294822)
 * Thank you, the css code did work.

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

The topic ‘Header layout’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Oystein](https://wordpress.org/support/users/oystein/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/header-layout-2/#post-10294822)
 * Status: resolved