• When I zoom out, the header image shrinks, sticks to the left edge, and leaves a very unattractive blank band across the top of the right site:

    #header-wrap {
    	background: url(http://mywebsite.com/wp-content/uploads/2013/12/eb6.png) no-repeat ;
    	position: relative;
    
    height: 131px; (e.g. 100px);
    
        width: 100%;
    }

    thats the code I used to add and position custom header

Viewing 1 replies (of 1 total)
  • No way to help with CSS issues without seeing a site, but this is invalid CSS and possibly causing problems:

    (e.g. 100px)

Viewing 1 replies (of 1 total)
  • The topic ‘Header Blank Spot When Zooming Out’ is closed to new replies.