Comments 6Taryn Casey started the conversationMarch 3, 2020 at 3:33pmHi How can I centre the main nav bar on my site?Thank you Taryn 564OrionThemes repliedMarch 3, 2020 at 4:43pmHi 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,AndrejOrionThemes1 Like Sign in to reply ...
Hi
How can I centre the main nav bar on my site?
Thank you
Taryn
Hi Taryn,
Copy the snippet bellow into Theme Options -> Custom CSS
This should center the navigation.
Kind regards,
Andrej
OrionThemes