How to move the nav menu above the header?
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi, what is the easiest way to move the navigation menu bar above the header (but below the top bar)? I’m sorry if this question has been asked before, but I couldn’t find a thread about this myself.
Easiest way would be using CSS. Since the header and the navigation menu has constant height, it’ll be easiest to use absolute positioning.
Oh wow, you’re totally right. It’s much easier than I thought! For anyone else who may want to do this, all I needed to do was increase the height of the top bar (with #top-bar{height:###px;}
) to make space for the menu, and then simply make the nav menu absolute-positioned, to move it where I want it:
#header-menu-wrap{
position:absolute;
top:80px;
left:180px;
}
Thanks very much for your help! 🙂
Viewing 3 posts - 1 through 3 (of 3 total)
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.