Site logo

[Resolved] menu location.

Home Forums Support [Resolved] menu location.

Home Forums Support menu location.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2543400
    Jusung

    On this site, can I swtich the location of title and secondary menu?
    So, I want to put like this
    Title __ secondaryMenu_________________MainMenu

    like this.

    #2543424
    Fernando
    Customer Support

    Hi Jusung,

    You can go to Appearance > Customize > Layout > Secondary Navigation, and set the Navigation Location to Float Right. Reference: https://docs.generatepress.com/article/secondary-navigation-location/

    If that doesn’t work, try adding this:

    nav#secondary-navigation {
        order: 6;
        margin-right: auto;
        margin-left: auto;
    }
    
    header.site-header .inside-header.grid-container .site-branding {
        margin-left: 0;
    }
    #2543442
    Jusung

    Can you make the title and the secondary menu attached? I want to little space between those by giving padding.

    #2543459
    Fernando
    Customer Support

    Actually, can you revert the Navigation Location setting of the Secondary Navigation to its previous setting? That should help us provide a simpler solution for the look you’re going for.

    #2543464
    Jusung

    just changed!
    sorry I was testing some code.

    #2543472
    Fernando
    Customer Support

    Try this CSS instead:

    nav#secondary-navigation {
        order: 6;
        margin-right: auto;
        margin-left: 0;
    }
    
    header.site-header .inside-header.grid-container .site-branding {
        margin-left: 0;
        margin-right: 15px;
    }

    Replace 15px with the spacing value you prefer.

    #2543570
    Jusung

    Thank you! it works!

    #2543624
    Fernando
    Customer Support

    You’re welcome, Jusung!

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