Archived topic
Secondary Menu Floated right but above Primary Menu
5 replies · Started by Brad on February 10, 2022
Hello - Since there's no header builder I've re-discovered your Secondary Menu feature.
Would like to have the menu above the primary Menu. It's floated right so I think I'm on the right track. Is there a hook I can use to accomplish this?
I'd like to create something similar to https://www.savannahbookfestival.org/ , Obviously I'd still have to style the menu to look like Volunteer, Donate, Tickets buttons.
Current Dev website: https://wordpress-624836-2431412.cloudwaysapps.com/
Thanks in advance.
~Brad
Hi Brad,
I'm confused, what exactly do you need help with?
Do you want to use a hook instead of the secondary navigation?
That was quick. :) I want the secondary navigation ( gray ) above the primary: https://wordpress-624836-2431412.cloudwaysapps.com/
Hope that clarifies things.
~Brad
Ah I see, try this CSS:
nav#secondary-navigation {
order: -1;
}
I do not know of this CSS order property.
Your my hero for the day. Thank you!
I think I can handle it from here.
~Brad
Glad to hear that :)
You are welcome Brad!