Tagged: menu, NAV, navigation
Hi,
Since there is no option to have the logo on left and the menu below but on the right side. I have set the logo to left and menu below and now I want to move the main nav a bit to the right. I tried using Quick CSS and pasted (not sure if margin is the solution):
.nav .av-main-nav{
margin-left:600px !important;
}
but it is not working. Please advice.
Hi insurefirst!
Try adding this to your custom CSS.
.html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { float: right !important; width: auto !important; }
Regards,
Elliott
Thanks! Solved the issue.