• Resolved sneed

    (@sneed)


    How can I center the menu? By default it is left justified. There was another post about this but it was inaccurate.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there sneed,

    How are you today?

    This should be possible with some custom CSS. Since the theme has it’s own custom CSS tab in Appearance >> Theme Options >> Other >> Custom CSS you can add this code there:

    .navbar-nav {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    }

    You’ll have to adjust the width numeric value to the actual width of your menu. If you’re unsure how to do this please post link to your site so I can take a look.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter sneed

    (@sneed)

    Hey again sneed,

    Do you still need help on this matter?

    Best regards,
    Bojan

    Thread Starter sneed

    (@sneed)

    Nope, that worked. Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center the Menu’ is closed to new replies.