hi,
I would like to Change the space between the Main Menu and the Megamenu-Submenu.
With:
.menu > li > .sub-menu {
top: xxxpx !important;
it will will work für a Submenu but not for the Submenu of a Megammenu.
Can you help me?
Thanx and best regards
Oliver
Hey ollie08,
Could you post a link to where we can see the elements in question please?
Best regards,
Rikard
hi,
you find the link below.
Best regards
Oliver
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#top #header.av_header_transparency .avia_mega_div {
margin-top: 100px !important;
}
Best regards,
Rikard
hi,
thanks for your answer, I misspoke, I want to change the space between the Main Menu and the Megamenu-Submenu in the part where the header is without transparency.
Sorry and Best regards,
Oliver
Hi ollie08
Best regards,
Victoria
hi Victoria,
I want to adjust the space between “Leistungen”(Mainmenu) and the megamenu “box”
Best regards,
Oliver
Hi Oliver,
Please try the following in Quick CSS under Enfold->General Styling:
.av_header_transparency #menu-item-1880 .avia_mega_div {
margin: 20px 0 0 0;
}
Best regards,
Rikard
hi,
thanks for your answer, but it takes no action, i put you a link below, to show what i mean. I want the multimenubox 1 or 2 pixel lower so that the both red lines are on the same height.
sorry for my english :-( and thanks for your help.
Best regards,
Oliver
Hi,
Thanks for the info.
You can use this css to move the mega menu container downward.
#top #wrap_all .avia_mega_div {
margin-top: 0;
}
Best regards,
Ismael
Hi Ismael,
Great, it works! :-) Thank you very mutch!
best regards,
Oliver