[Resolved] Main navigation location middle/center

Home Forums Support [Resolved] Main navigation location middle/center

Home Forums Support Main navigation location middle/center

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1442771
    Michael

    Hi guys

    I am struggling to align the primary navigation horizontally centered.
    Tried several options via navigation location and navigation alignment where there is no option to put it in the middle.

    The goal is that all menu items are in the middle (except “Join us” should remain aligned right).

    How do I achieve that?
    Any help is much appreciated.

    Thanks in advance
    Michael

    #1442823
    Leo
    Staff
    Customer Support

    Hi there,

    So basically a header/navigation layout like Target?
    https://gpsites.co/target/

    If so Target is using this option:
    https://docs.generatepress.com/article/navigation-as-a-header/

    With this CSS:

    /* Primary navigation styles */
    .main-navigation:not(.slideout-navigation) .main-nav {
        flex-grow: 1;
    }
    
    .main-navigation .main-nav {
        text-align: center;
    }
    
    @media (min-width: 769px) {
        .nav-aligned-right .main-navigation .menu li.nav-button {
            float: right !important;
        }
    }
    #1443984
    Michael

    Thanks Leo – that helps a lot!

    #1444370
    Leo
    Staff
    Customer Support

    No problem 🙂

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