Viewing 1 replies (of 1 total)
  • Theme Author acosmin

    (@acosmin)

    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.