Site logo

[Resolved] Secondary Menu Floated right but above Primary Menu

Home Forums Support [Resolved] Secondary Menu Floated right but above Primary Menu

Home Forums Support Secondary Menu Floated right but above Primary Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2113496
    Brad

    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

    #2113501
    Ying
    Staff
    Customer Support

    Hi Brad,

    I’m confused, what exactly do you need help with?

    Do you want to use a hook instead of the secondary navigation?

    #2113506
    Brad

    That was quick. 🙂 I want the secondary navigation ( gray ) above the primary: https://wordpress-624836-2431412.cloudwaysapps.com/

    Hope that clarifies things.

    ~Brad

    #2113514
    Ying
    Staff
    Customer Support

    Ah I see, try this CSS:

    nav#secondary-navigation {
        order: -1;
    }
    #2113530
    Brad

    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

    #2113532
    Ying
    Staff
    Customer Support

    Glad to hear that 🙂

    You are welcome Brad!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.