centre menu navigation

  • Unknown's avatar

    How to centre my navigation menu? It is to the left right now and I do not know how to move it to the centre so that it is in align with my logo.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    You can manipulate the navigation menu somewhat with customizing the CSS. Other than that, I think that navigation menu is stuck on the left by default.

    In My Site > Customize > CSS, could you add the following code, please?

    ul#nav {
      width: 47%;
      margin-left: auto;
      margin-right: auto;
    }

    You might need to adjust the percentage higher or lower if you ever change the menu (switch words, change font size, add another selection, etc.). Also, I’m assuming you’ve already purchased the Custom Design feature. If not, you won’t be able to customize the CSS.

    Let me know if that works for you or if you have any other questions.

    Have a good evening!
    -Danny

  • The topic ‘centre menu navigation’ is closed to new replies.