Tagged: menu
Hello
I would like to the center the navigation menu, How can I do ?
Thanks for your help
Hey Sandra,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
float: left;
}
nav.main_menu {
margin-left: 45%;
transform: translateX(-30%);
}
If you need further assistance please let us know.
Best regards,
Victoria
Great !
thank you