Center Navigation Bar on Dazzling Theme Colorlib

Hi Aigars,

You’ve replied to many requests for how to center the logo and navigation menu for many of your themes except Dazzling.

I was able to use some of your instructions, but still have not been able to get the Nav bar perfect. the website is http://goo.gl/v1DYBU.

Could you please advise on how to best proceed with centering the Nav bar on Dazzling?

Thanks,

Victor

've used some of your

Thank you for using Colorlib themes for your projects!

You can center primary navigation for Dazzling WordPress theme by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

@media (min-width: 1200px) {
  .nav.navbar-nav {
    float: none;
    width: 80%;
    margin: auto;
  }
}

Let me know if you need any further assistance.