• Resolved Andrescholtz

    (@andrescholtz)


    Hi there. I need to center the main navigation tabs or position them right instead of left and also just have a plain navigation bar with no effect on it. Any suggestions? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there Andre,

    How are you doing today?

    You should be possible to achieve this with some custom CSS. Please try adding this code to Appearance >> Theme Options >> Custom CSS:

    ul.nav-menu {
    margin-left: auto;
    width: 600px;
    }

    Note that the width should match the width of your navigation in order for it to be placed properly. If you’re unsure how to do that could you please post link to your site so I can take a look?

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Andrescholtz

    (@andrescholtz)

    Hi ther. It works perfectly. I will ajust the with to fit my needs. Thank you very much for the help.

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