How center the Menu

Hi there! I´m new in WP, I started my site www.acsel.tv reading this forum and learning in internet.

I want center my Menu, I was try some solutions editing the CSS style but any work really.

Can you help me?

Thks!!

Hi,

Thanks for contacting us, you can center align the main navigation menu by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.navbar-default .navbar-collapse {
    float: none;
    margin: 0 auto;
    display: table !important;
}

Kind Regards,
Support

Thanks, it worked!!!

cheers!!!

You’re most welcome :slight_smile: