Hi there,
I just looked at your site again, and it looks like you want to use the "narrow header version", but you didn't make all the changes for the narrow header. The section below is where you need to make changes:
#navMainWrapper {
width:100%; /* change to width:70em; for narrow header*/
margin:0 auto;
text-align:center;
}
#navMain {
width:70em /* remove width:70em; for narrow header */
margin:0 auto;
}
#navEZPagesTopWrapper {
width:100%; /* change to width:70em; for narrow header*/
margin:0 auto;
text-align:center;
padding:.5em 0;
}
#navCatTabsWrapper {
width:100%m; /* change to width:70em; for narrow header*/
margin:0 auto;
text-align:center;
padding:.5em 0;
}
#dropMenuWrapper {
width:100%;
background:#929292 /* remove background:#929292; for narrow header*/
margin:0 auto;
height:2.18em;
position:absolute;
top:0;
left:0;
}
Bookmarks