Hi
Please take a look on the screenshot. Can you help me please to adjust the css for the Mega Menu?
Thanks.
Hey naryskina,
Thanks for the screenshot, what do you want to adjust and where can we inspect the element in question?
Best regards,
Rikard
Oh sorry. See in the private content the link. The mega menu is to wide. The distances between the submenu “li” are also too far apart.
For example, there are 3 submenu points. they have an extreme wide width, this I would like to make more compact.
Still a question of understanding, concerning mega menu. The menu items for “Angebot”, “Mitmachen” “Verein” and “Info” I have to create with
an individual link not with page?
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#header .avia_mega_div .menu-item {
width: auto !important;
}
Let us know if this helps.
Best regards,
Nikko
Tanks, It have tested it on different browser but unfortunately no change.
Hi,
Thanks for the feedback. Please try this instead:
.avia_mega_div > .sub-menu > li {
display: inline-block !important;
}
Best regards,
Rikard
Hi,
I have it tested, also in combination with the first code. But unfortunately no reaction. Maybe you have another idea?
thanks.
Hi,
Can you try to give us temporary admin access? so we can test the code we gave, or if it’s a caching issue.
Best regards,
Nikko
Yes of course. See the login data below.
Thanks
Hi,
Thanks for providing the login, I have added this css code in QUick CSS:
#header .avia_mega_div {
max-width: 515px;
}
#header .avia_mega_div .menu-item {
width: auto !important;
}
.avia_mega_div > .sub-menu > li {
display: inline-block !important;
}
Let us know if it’s good.
Best regards,
Nikko
Hi
Thank you for your quick help. Everything is perfect!!!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko