Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    We can use css code to center your menu, but you will have to re-adjust the 525px to a greater value, if you add another parent menu item.

    Please use the following codes in your Theme Options-> Custom CSS

    @media screen and (min-width: 768px) {
    .nav-menu {
    margin: 0 auto !important;
    width: 525px !important;
    }
    }

    screenshot. https://share.pho.to/9nS7t/qt/original

    Thanks!

    Thread Starter gdsilva

    (@gdsilva)

    Thank you so much, Denzel, for this. I might leave the menu left aligned just in case I forget that I have to change the coding when adding a new menu item.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering Primary Menu’ is closed to new replies.