Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1151037

    Hi – I have selected a header with logo on the right and I would like the menu to also be on the right side under the logo. I don’t see that option. Can you please send me some CSS to do this?

    Thanks!
    Anna

    #1151090

    Hey annameis,

    Could you post a link to the site in question please?

    Best regards,
    Rikard

    #1151233

    Yes it is below….

    #1151262

    Hi annameis,

    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_main_nav_header #top .av_menu_left .main_menu {
        left: auto;
        right: 25vw;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1151268

    Thank you – it did move it some to the right but I would like it to go under the logo if possible.

    #1151344

    Hi,

    Please try this instead:

    .html_header_top.html_main_nav_header #top .av_menu_left .main_menu {
        left: auto;
        right: 0;
        top: 130px; 
    }

    Best regards,
    Rikard

    #1151803

    Hi – it is closer but still not under the logo. Any other thoughts I could try?

    Thanks!
    Anna

    #1151993

    Hi,

    Thank you for the update.

    The menu is now positioned right under the logo. We checked it using Firefox on Windows 10. Can you give us a screenshot of site from your end? You can use imgur or dropbox for the screenshot.

    Best regards,
    Ismael

    #1152096

    Yes it is moved now – it must’ve been cached. Thanks so much!

    #1152350

    Hi,

    Awesome! Yes, it’s probably cached. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Main Menu Flush Right Under Logo’ is closed to new replies.