WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Problem with header image
(1/1)
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
marathoner:
Take a look at your CSS ID 'headerpic' on line 280 and you will see that it is positioned 'right top'.
--- Code: ---#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;
}
--- End code ---
rikkibr:
Great! All fixed now.
Thanks for your reply marathoner :-)
Navigation
[0] Message Index
Go to full version