Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #364501

    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.

    #364787

    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

    #365872

    Thanks! Solved the issue.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘moving the main nav (margins?)’ is closed to new replies.