Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #545515

    Hi all,

    great theme – one question.

    How to align the mainmenue to the top of the red line?
    (Wie kann ich das Hauptmenü ausrichten, dass es auf der langen roten Linie sitzt?)
    https://drive.google.com/file/d/0B0TqEFDVcQi8TDNzZ0ltRFFaNm8/view?usp=sharing

    Best regards
    Peter

    #545535

    Hey Peter!

    You can use this CSS to move it down.

    nav.main_menu {
        top: 20px;
    }

    Do you have your header set to be scrolled down the site? If so then we may need to add some more CSS. Send us a link to your page and we’ll take a look.

    Regards,
    Elliott

    • This reply was modified 9 years ago by Elliott.
    #545547

    … thank you – I think it works.

    http://www.eks-engineering.de/

    But one more question:
    How to adjust the submenu straight below (let’s say 10px) mainmenu?

    Thank you in advance!

    Regards
    Peter

    #545592

    Hey!

    Try the following:

    #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
    top: 60px;
    }

    let me know if it works as should

    Best regards,
    Basilis

    #545607

    Hey!

    Sorry doesn’t work.

    QUICK CSS
    nav.main_menu {
    top: 20px;
    }

    #top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
    top: 60px;
    }

    #545625

    Hey!

    Try this.

    .av-main-nav ul { margin-top: -20px !important; }
    

    Best regards,
    Elliott

    #545630

    Hey!

    works – great!!

    Thank you!!

    Best Regards,
    Peter

    #545731

    Hi Peter,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.