Hello,
Love this theme, but I am trying to palce the main navigation menu above the logo full width. Can you tell me how?
Client would like it similar to link I put in the private content in this post.
Thanks in advance.
Hello
I have figured out how to do the full width logo but need to know how to make the main navigation menu appear above the logo centered across.
Can you assist? http://groundwaterexpo.com/
Thank you.
Hey!
Try adding this to your custom CSS.
#header_main_alternate {
background: none repeat scroll 0 0 white;
position: fixed !important;
top: 0;
}
#header_main { border-bottom: 0px !important; }
.header_bg { top: 36px !important; }
.logo { top: 20px !important; }
Regards,
Elliott
Thank you!!