• Resolved Johnasc

    (@johnasc)


    Hi,

    I changed my header to use a background image, sized at the standard 740px x 192px for the default theme but I get a blue border around it which appears to reach beyond the header div. I tried setting margin and border properties to “0” for the #headerimg and #header CSS selectors but these don’t alleviate the problem.

    Can anyone help?

    My blog is at: https://www.johnstuartclarke.co.uk/blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • Find this in the style.css, it’s further down then the other #header line ..

    #header {
    	background-color: #73a0c5;
    	margin: 0 0 0 1px;
    	padding: 0;
    	height: 200px;
    	width: 758px;
    	}

    Update to..

    #header {
    	margin: 10px;
    	padding: 0;
    	height: 192px;
    	width: 740px;
    	}

    ..and go from there.

    Thread Starter Johnasc

    (@johnasc)

    Fantastic, thanks for your help

    You’re welcome.. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Image Has Blue Background’ is closed to new replies.