Title: Oxygen Header issue
Last modified: August 30, 2016

---

# Oxygen Header issue

 *  [christyslavik](https://wordpress.org/support/users/christyslavik/)
 * (@christyslavik)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/oxygen-header-issue/)
 * I can not get my header image to span the full frame of my Oxygen layout (940
   width) for [http://www.momapprovedblog.com](http://www.momapprovedblog.com)
 * I have gone through the forums first and added code as shown in other questions,
   but none of them seem to work!
 * I have tried adding to both the the style.css and also tried adding to customize.
   php to no avail in the child theme I created with a plug in.
 * #branding {
    float: left; overflow: hidden; width: 100%; }
 * Any help would be much appreciated!

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/oxygen-header-issue/#post-6425868)
 * Hey there christyslavik,
 * How are you doing today?
 * That looks like a proper code, it’s possible that you didn’t add it in the proper
   place in style.css so it got overridden by original code in style.css since it
   uses the same selector.
 * If you’re not using [child theme](http://codex.wordpress.org/Child_Themes) the
   easiest way to add CSS to your theme is using plugins such as this one: [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 * Once the plugin is installed and activated you can add this code to Appearance-
   > Custom CSS:
 *     ```
       #header div#branding {
           width: 100%;
       }
       ```
   
 * If the code doesn’t work please keep it added and let me know so I can take a
   look 🙂
 * Best regards,
    Bojan
 *  Thread Starter [christyslavik](https://wordpress.org/support/users/christyslavik/)
 * (@christyslavik)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/oxygen-header-issue/#post-6425880)
 * PERFECT!!! Thank you!!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/oxygen-header-issue/#post-6425882)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Oxygen Header issue’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/oxygen-header-issue/#post-6425882)
 * Status: not resolved