[Support request] How to center the top navigation menu on zeal?

Home Forums Support [Support request] How to center the top navigation menu on zeal?

Home Forums Support How to center the top navigation menu on zeal?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1655157
    Cedric

    I am trying to make the navigation of the top menu center but I cannot seem to find the option to do this. Currently, it is aligned to the right by default.

    #1655159
    Cedric

    Here is a link

    #1655589
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    .nav-float-right #site-navigation {
      margin-right: auto;
    }

    It will ‘center’ the menu, as in have equals space either side of it.
    You menu is quite long though, so you may want to check how it behaves when the browser is reduced in width.

    #1657494
    Cedric

    Hi David,

    I tried that, but no change. It is still positioned to the right. I removed some menu items to make it smaller.

    #1657699
    David
    Staff
    Customer Support

    Can you try adding it to the very top of your CSS.

    #1659828
    Cedric

    Thank you, that did it. 🙂

    #1660081
    David
    Staff
    Customer Support

    Glad to hear that!

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