Hello Are it possible to make a menu navigation in center of the page?
I use wide screen and all menu is floating to the left
the website is: http://dg.wbit.co.il
thanks
Hey wbitsolutions,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (min-width: 1440px) {
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
left: 15%;
}}
Best regards,
Yigit