Title: header image problems
Last modified: August 21, 2016

---

# header image problems

 *  [vexguard](https://wordpress.org/support/users/vexguard/)
 * (@vexguard)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/header-image-problems-5/)
 * I added a header to the twenty thirteen theme that is the exact dimensions the
   theme requires. It looks great on my desktop but when I view it on my laptop 
   or my phone the header goes off of the screen unless I zoom way out. Anyone have
   any ideas on how I can fix this issue? The website is [http://www.vexguardpestcontrol.com](http://www.vexguardpestcontrol.com)

Viewing 1 replies (of 1 total)

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/header-image-problems-5/#post-4608227)
 * Your current site header is set to a static 1600px.
 *     ```
       .site-header {
       background: url(http://vexguardpestcontrol.com/wp-content/uploads/2014/02/VGBANNERnew.jpg) no-repeat scroll top;
       background-size: 1600px auto;
       }
       ```
   
 * If you change the background size it will scale correctly.
 *     ```
       .site-header {
       background: url(http://vexguardpestcontrol.com/wp-content/uploads/2014/02/VGBANNERnew.jpg) no-repeat scroll top;
       background-size: contain;
       }
       ```
   
 * The downside is the text in the image becomes unreadable at smaller sizes.

Viewing 1 replies (of 1 total)

The topic ‘header image problems’ is closed to new replies.

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

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [batharoy](https://wordpress.org/support/users/batharoy/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/header-image-problems-5/#post-4608227)
 * Status: not resolved