Title: Trouble creating full-width responsive header
Last modified: August 21, 2016

---

# Trouble creating full-width responsive header

 *  [booneshakalaka](https://wordpress.org/support/users/booneshakalaka/)
 * (@booneshakalaka)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/trouble-creating-full-width-responsive-header/)
 * Hi awesome people,
 * I am trying to create a full-width responsive header using an image but cannot
   for the life of me get it to extend the whole page (there is a bout 10px on both
   margins).
 * I am using the standard…
 *     ```
       width: 100%;
       margin: 0 auto;
       ```
   
 * I have tried messing with the margins and even increasing the width percentage,
   but no luck so far. If anyone has advice to offer I would greatly appreciate 
   it.
 * Thanks

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/trouble-creating-full-width-responsive-header/#post-3906392)
 * There’s no way to help with something like this without a link to your site.
 * Alternatively, try using a browser tool like Firebug to see what’s creating those
   margins.
 *  Thread Starter [booneshakalaka](https://wordpress.org/support/users/booneshakalaka/)
 * (@booneshakalaka)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/trouble-creating-full-width-responsive-header/#post-3906394)
 * Thanks for the advice:
 * My site ([buildthefire.com](http://buildthefire.com)) currently is not responsive
   as I am trying to add that functionality to it. I have been developing it in 
   a text editor, with the help of Firebug actually, before I add it on there. Here’s
   a glimpse at the php:
 *     ```
       <div class="responsiveheader"><div id="topblue"></div>
   
           <div class="clear"></div><!-- clearing div -->
       		<hgroup>
       			<h1 id="site-title"><a href="http://buildthefire.com/" title="Build The Fire" rel="home"></a></h1>
       			<h2 id="site-description">Spark your growth</h2>
       </hgroup>
       </div>
       ```
   
 * and the CSS:
 *     ```
       .responsiveheader {
       	background:  url(http://i1277.photobucket.com/albums/y498/booneshakalaka/head158_zps07321714.png:original)  no-repeat top center !important;
       	height: 158px;
       	top: 0px;
       	z-index: 2;
       	vertical-align: middle;
       	display: block;
       	width: 100%;
       	position: relative;
       	border-radius: 0px;
       	max-width: 100%;
       	min-width: 100%;
       	margin: -28px auto 0;
       	}
       ```
   
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/trouble-creating-full-width-responsive-header/#post-3906399)
 * It looks like you are using Quintus theme?
    [http://wordpress.org/themes/quintus](http://wordpress.org/themes/quintus)
 * Are you aware that all of your changes to theme files will be erased when the
   theme is updated? You really should be using a child theme to avoid that…
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * Unfortunately, it’s really impossible to help with something like this without
   seeing it on the site…using Firebug…
 *  Thread Starter [booneshakalaka](https://wordpress.org/support/users/booneshakalaka/)
 * (@booneshakalaka)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/trouble-creating-full-width-responsive-header/#post-3906405)
 * I was not aware of that, but thanks for the advice. I will look into that asap.
 * Also, I’ll add the code to my site and seek help after that.
 * Thanks

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

The topic ‘Trouble creating full-width responsive header’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [booneshakalaka](https://wordpress.org/support/users/booneshakalaka/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/trouble-creating-full-width-responsive-header/#post-3906405)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
