Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

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

  •  531
    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