Edit style.css and change the value for top to 43px or greater in:
#logo {
font-size: 32px;
left: 0;
position: absolute;
top: 3px;
width: 200px;
}
Thread Starter
VDiaz
(@vdiaz)
Hi… thanks! that worked, it brought down the logo so it’s viewable…
But now its covering the ‘blue waves’ of the slider… would i fix this in the #slider_img area by editing the top 375px to something like 400 or so? (just confirming that this is the place to edit, i can figure out the exact px)
thanks again 🙂
Yes. I think you’re going to have to carry out a few tweaks to get that header area looking the way you want it to.
Thread Starter
VDiaz
(@vdiaz)
Yes thanks… been playing with it a bit to see how it’ll look best.
question… i tried to center the navigational bar (it was to the right)… in the css:
#main_navigation{position:absolute;center:0;top:5px;text-transform:uppercase;font-size:13px;height:40px;}
#main_navigation{position:absolute;center:0;top:10px;text-transform:uppercase;font-size:14px;height:40px;}
the nav bar now looks like its flush to the left… is that just how it is? or am i missing something to completely center it.