Hello everyone, just want to say this forum is an awesome place and building with thematic is great... except for this one problem I've been having:
http://islanders.jesselocke.me/
I 'm trying to line the nav bar up with the edges on #main and center the page links. I can kind of do this already, however, the way I'm doing it the nav bar moves when you re-size the browser. Obviously not a good thing.
#access {
float:none;
height: 33px;
border: none;
width: 960px;
left: 244px;
background-color:#330000;
}
.sf-menu{
position:absolute;
left:40%;
margin-left:-25%;
background-color:#330000;
}
Please help, this has been killing me.
I think its just some positioning problem, but I've exhausted my knowledge.
Thanks very very very much