Jump to content

[solved] White border in header


Recommended Posts

Hello,

Im trying to remove the white border so my background image covers the entire width of the header but cant figure out how to achieve this. I have attached a scrnshot and the red arrow is the part I want the background image to continue through. I edited the global.css file as follows.

 

#header {position:relative; background: url(../img/hitechbackground.jpg) no-repeat;}

#header_logo {

float:left;

display:block;

margin-top:30px;

 

thanks

will

post-518990-0-88345600-1370888904_thumb.png

Link to comment
Share on other sites

it's beacuse your background image has got only 800px width.

top section has got 979px value of width.

 

what does it mean? it mean that you have to use background with 979px width or add color param to your background css style:

 

for example background with image & red color:

#header {position:relative; background: url(../img/hitechbackground.jpg) red no-repeat;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...