Help,Totally lost with header

Hi,
I cant figure out what happened,since the website was working properly,It started like that that I was not able to login,it was not redirecting after I enter password. (windows machine) (mac was fine). After I have reset password header image width changed. I’ve checked custom.css and code remains the same. I see 5px space from left and right sides of the header. Header is set full width. Here’s the site I am talking about

http://termomontage.lt/eng/

Thank you

Which browser ? Looks good to me in Chrome, Firefox 13 & IE 8.

Chrome and firefox,I have checked on 2 windows pc with 22" screen monitor,same results. On smaller windows pc show the same

Hi stevenukas. Welcome to the forums. :slight_smile:

The header area div is full width, but the background image is 1300px wide, so if your browser window is wider than that, you will see whitespace either side.

If that doesn’t help, perhaps provide a screen shot of what you are seeing. :slight_smile:

Thanks for your replay,but

http://termomontage.lt/ and http://termomontage.lt/ru/

is same setup as link above and everything works fine just not in */eng/

In that last link you are using background-size to stretch the header image (ie9+ only).


.custom #header_area {
    background-size: 100% auto !important;
}

In your first link that code doesn’t seem to be evident.

If I would a girl I would kiss you :))) That solved my problem,I was stressing about this for a while :smiley:
:rofl::rofl::rofl: