Title: Header Issue
Last modified: August 21, 2016

---

# Header Issue

 *  [jzahara](https://wordpress.org/support/users/jzahara/)
 * (@jzahara)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/header-issue-14/)
 * I previously used the oxygen theme on wordpress.com where it allows you to have
   a custom header that still displays the website Title and description. Now, I
   either get a tiny banner where the Site Title should be or I get a site title
   but no header banner. How can I make my header look like it did on wordpress.
   com?

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

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/header-issue-14/#post-3913531)
 * **Step 1.**
    Make sure the header image is 940px in width and any height.
 * **Step 2.**
    Go to your About page and upload the image to it, but don’t insert
   into the content area, just upload through this page so that the image belongs
   to it.
 * **Step 3.**
    Get (copy to use later) the img source.
 * **Step 4.**
    Put this into **Text Widget** that is dragged into **Sidebar Header**.
   Replace img src with yours.
 *     ```
       <a href="http://example.com" rel="home" title="Example Title">
       	<img src="http://dummyimage.com/940x200/ff0000/fff.png" alt="example" />
       </a>
       ```
   
 * **Step 5.**
    Go to **Appearance > Customize > Misc > Custom CSS** and put this
   in, click save.
 *     ```
       #branding, #sidebar-header { float: none; width: 100%; height: auto; }
       #sidebar-header .widget { margin-bottom: 0; }
       ```
   
 * The last step is optional that you can use theme’s Custom CSS option, or Child
   theme stylesheet, or Custom CSS plugin.
 *  Thread Starter [jzahara](https://wordpress.org/support/users/jzahara/)
 * (@jzahara)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/header-issue-14/#post-3913556)
 * You rock! I just made the changes and it worked!!! Thank you sooo much! I really
   appreciate it!

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

The topic ‘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/)

 * 2 replies
 * 2 participants
 * Last reply from: [jzahara](https://wordpress.org/support/users/jzahara/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/header-issue-14/#post-3913556)
 * Status: not resolved