Title: Header Issues
Last modified: September 2, 2017

---

# Header Issues

 *  Resolved [breecrowder](https://wordpress.org/support/users/breecrowder/)
 * (@breecrowder)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/header-issues-33/)
 * I’m not currently using this theme (I’m testing it before going live), and have
   a few issues with the header space:
 * 1. The header suggests a size of 1600 x 420px. My header is that size, but when
   I uncheck the “Display Site Title and Tagline” option, the header gets considerably
   shorter. Why? How do I fix this?
 * 2. I want to remove the black bar underneath the header. Is there CSS that’ll
   do this?

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

 *  [Cecilia Svensson](https://wordpress.org/support/users/ceciliasvensson/)
 * (@ceciliasvensson)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/header-issues-33/#post-9481842)
 * Hi!
    About the second question you have. Yes. I changed mine to be thinner and
   did this with CSS. If you change yours to be 0px it disappears.
 * .site-branding {
    border-style: 0px; }
 * /Cecilia
 *  Thread Starter [breecrowder](https://wordpress.org/support/users/breecrowder/)
 * (@breecrowder)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/header-issues-33/#post-9483500)
 * [@ceciliasvensson](https://wordpress.org/support/users/ceciliasvensson/) That
   CSS doesn’t seem to be working for me. Any ideas why?
 *  [Cecilia Svensson](https://wordpress.org/support/users/ceciliasvensson/)
 * (@ceciliasvensson)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/header-issues-33/#post-9484589)
 * I’m sorry I don’t know why it’s not working. Unless it’s perhaps the cache “trap”
   I’ve stepped into a couple of times myself. I make a change and don’t see any
   difference, due to the browser is showing a cached version, i.e. the old looks.
   
   Do you have the theme live somewhere?
 *  Thread Starter [breecrowder](https://wordpress.org/support/users/breecrowder/)
 * (@breecrowder)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/header-issues-33/#post-9490628)
 * I now have the site live here: [http://www.breecrowder.com](http://www.breecrowder.com)
 *  [Cecilia Svensson](https://wordpress.org/support/users/ceciliasvensson/)
 * (@ceciliasvensson)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/header-issues-33/#post-9490708)
 * First of all, beautiful site. Well done you!
 * And secondly, mea culpa my mistake.
 * Scratch the above and do this instead:
    Change the 20px to zero for .site-branding.
 * Your current setting:
    .site-branding { border-bottom:20px solid #343434; } Change
   to: .site-branding { border-bottom:0px solid #343434; }
 * I tried it out with just 1px, just to see what that looked like. Not too bad 
   really, try it out 🙂
 * Have a great morning/lunch/evening.
 * /Cecilia
 *  Thread Starter [breecrowder](https://wordpress.org/support/users/breecrowder/)
 * (@breecrowder)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/header-issues-33/#post-9490740)
 * That worked, Cecelia! Thank you!

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

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

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

 * 6 replies
 * 2 participants
 * Last reply from: [breecrowder](https://wordpress.org/support/users/breecrowder/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/header-issues-33/#post-9490740)
 * Status: resolved