I'm assuming that even though your arrow in the picture is pointing to the vertical scrollbar, you mean the horizontal one? Replace this: #header-content-inner { position: absolute; top: 405px; left: 270px; } with this: #header-content-inner { margin: 405px 0 0 270px; } You may have to tweak the numbers a little if it's not right.
Ah yes! Thankyou so much! *blushes* sorry about the arrow thing... I was trying to point the navy blue space *blushes* kind of dumb of me I know.... I'm forever grateful for your help. So thanks! :D:D:D
Comments 2
Replace this:
#header-content-inner {
position: absolute;
top: 405px;
left: 270px;
}
with this:
#header-content-inner {
margin: 405px 0 0 270px;
}
You may have to tweak the numbers a little if it's not right.
Reply
*blushes* sorry about the arrow thing... I was trying to point the navy blue space *blushes* kind of dumb of me I know....
I'm forever grateful for your help. So thanks!
:D:D:D
Reply
Leave a comment