Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #2317342
Centering the main nav bar
Closed

Comments

  •  6
    Taryn Casey started the conversation

    Hi 

    How can I centre the main nav bar on my site?

    Thank you 

    Taryn

  •  564
    OrionThemes replied

    Hi Taryn,

    Copy the snippet bellow into Theme Options -> Custom CSS

    @media (min-width: 992px) {
    .header-with-widgets .nav-menu {
        display: table;
        margin-right: auto;
        margin-left: auto;
        }
    }

    This should center the navigation.

    Kind regards,

    Andrej