Title: Mobile Optimization &#8211; Header Background
Last modified: August 22, 2016

---

# Mobile Optimization – Header Background

 *  Resolved [sunchiller](https://wordpress.org/support/users/sunchiller/)
 * (@sunchiller)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-optimization-header-background/)
 * Hello,
    I was wondering if there is any chance to to make the header background
   image responsive to mobile and tablet formats? [http://www.bodyconnection.de](http://www.bodyconnection.de)
 * Many thanks in advance for the great help.

Viewing 1 replies (of 1 total)

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-optimization-header-background/#post-5509863)
 * You can open `style.css`, find these lines:
 *     ```
       .header-wrap {
       	width: 100%;
       	height: 220px;
       	background-color: #111;
       	background-repeat:no-repeat;
       	background-size:cover;
       	background-position: center center;
       	border-bottom-width: 1px;
       	border-bottom-style: solid;
       	position: relative;
       }
       ```
   
 * and change them to:
 *     ```
       .header-wrap {
       	width: 100%;
       	height: 220px;
       	background-position: center center;
       	background-repeat: no-repeat;
       	background-size: contain;
       	border-bottom-width: 1px;
       	border-bottom-style: solid;
       	position: relative;
       }
       ```
   
 * Also in the Customizer change the header background color to #f1f1f1

Viewing 1 replies (of 1 total)

The topic ‘Mobile Optimization – Header Background’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [acosmin](https://wordpress.org/support/users/acosmin/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/mobile-optimization-header-background/#post-5509863)
 * Status: resolved