[Resolved] Left Aligned LOGO ; The MAIN MENU is centered, BURGER MENU is right aligned.

Home Forums Support [Resolved] Left Aligned LOGO ; The MAIN MENU is centered, BURGER MENU is right aligned.

Home Forums Support Left Aligned LOGO ; The MAIN MENU is centered, BURGER MENU is right aligned.

  • This topic has 5 replies, 2 voices, and was last updated 2 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2161902
    heryekoardhianto

    How to make a menu with Generatepress pro template with details:

    Left Aligned LOGO ;
    The MAIN MENU is centered,
    BURGER MENU is right aligned.

    And of course the menu also gets a STICKY MENU

    Picture here

    because I see in the site library I can’t find an example menu like this.

    Thank you for the help.

    #2161918
    David
    Staff
    Customer Support

    Hi there,

    do you have a site with the logo, nav and hamburger in place ? If so can you share a link to where i can see it ?

    #2161927
    heryekoardhianto

    i want to make menu like this : http://www.feedmusic.com/ (this is not my website), i work on local server right now.

    may be you have css custom code to make like this.

    #2161939
    David
    Staff
    Customer Support

    OK so these are the steps:

    1. Add the logo in Customizer > Site Identity.
    2. Enable the in Customizer > Layout > Off Canvas Panel
    3. Set the in Customizer > Layout > Primary Navigation -> Location to Float Right.
    4. Add this CSS:

    @media(min-width: 769px) {
        #site-navigation {
            flex: 1;
        }
        #primary-menu {
            margin: auto;
        }
    }
    #2182782
    heryekoardhianto

    Thank you its work

    #2182863
    David
    Staff
    Customer Support

    Glad to hear that

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