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
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
… 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
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
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;
}
Hey!
Try this.
.av-main-nav ul { margin-top: -20px !important; }
Best regards,
Elliott
Hey!
works – great!!
Thank you!!
Best Regards,
Peter