Title: neszz's Replies | WordPress.org

---

# neszz

  [  ](https://wordpress.org/support/users/neszz/)

 *   [Profile](https://wordpress.org/support/users/neszz/)
 *   [Topics Started](https://wordpress.org/support/users/neszz/topics/)
 *   [Replies Created](https://wordpress.org/support/users/neszz/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/neszz/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/neszz/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/neszz/engagements/)
 *   [Favorites](https://wordpress.org/support/users/neszz/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [HeaderImage outside my limits](https://wordpress.org/support/topic/headerimage-outside-my-limits/)
 *  Thread Starter [neszz](https://wordpress.org/support/users/neszz/)
 * (@neszz)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/headerimage-outside-my-limits/#post-845436)
 * I spent many hours on trying to fix this problem. I am not sure what I am doing
   wrong. I have been messing around with the css code in style.css. The thing that
   puzzles me is trying to resize the background image and make sure it is center
   and not overlapping with other images.
 * Here is the code:
 *     ```
       #headerimg 	{
       	margin: 7px 9px 0;
       	height: 192px;
       	width: 740px;
       }
       #header {
   
       	background-color: #73a0c5; /* will change the color, but makes it easier to understand where this box is at.
       	margin: 0 0 0 1px;
       	padding: 0;
       	height: 180px;
       	width: 720px; 
   
       	}
   
       #headerimg {
       	margin: 0;
       	height: 200px;
       	width: 100%;
       	}
       ```
   
 * The website is [](http://www.26doors.com)
 * Any advise?

Viewing 1 replies (of 1 total)