Tagged: mega menu
Dear team,
on my page below the mega menu underneath “Wohnungswirtschaft” exceeds the left screen.
If I add this CSS code:
#header .avia_mega_div {
left: -10px !important;
}
.. the mega menu goes far beyond the right screen border (also if I take other values vs. “10px”)
How to fix?
thx a lot & best regards
Tilman
Hi Tilman,
Please try adding this CSS code:
#header .avia_mega_div {
transform: translateX(200px);
}
Hope it helps.
Best regards,
Nikko
great, this work :-)
Thx. a lot Nikko