Site logo

[Resolved] Align Primary Menu

Home Forums Support [Resolved] Align Primary Menu

Home Forums Support Align Primary Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2553265
    tolis

    Hello i want to align my menu LOGO-PRIMARY MENU-BUTTON , look at the screenshot and link. Thanks in regards 🙂

    #2553463
    Ying
    Staff
    Customer Support

    Hi tolis,

    I just checked your site, it looks exactly the same as the screenshot, not sure what you are trying to achieve.

    Do you want the primary menu to be in the center?

    If so, try this:

    @media(min-width:1024px) {
    nav#site-navigation {
        width: 100%;
    }
    
    div#primary-menu {
        margin-left: auto;
        margin-right: auto;
    }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #2554381
    tolis

    yeah it worked thank you 😉

    #2554551
    Ying
    Staff
    Customer Support

    No Problem, glad to help 🙂

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