Problem with header image

rikkibr

Great! All fixed now.

Thanks for your reply marathoner  :-)


marathoner

Take a look at your CSS ID 'headerpic' on line 280 and you will see that it is positioned 'right top'.

#headerpic
{
position: relative;
height: 222px;
background-color: #ffffff;
background-image: url(images/hdrpic.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
margin-bottom: 2px;
}

rikkibr

Hi

Can someone advice me what to change on my site so that when my site is narrower, the header image is cut off at the right side instead of the left?

Dont know what CSS thing I should change.

www.heimathjalfun.is/index.php

If you make the window narrower then you see that the logo´s left side is cut off.

Thanks