Hi @enfold!
how can i set the mega menue to 4 collums and 3 rows, so that allsice is the same?
Thanks for your Feedback
Michael F Kraus
Hey Michael F,
Thank you for the inquiry.
Try to add this code in the Quick CSS field to adjust the width of the mega menu columns.
#top #header .avia_mega_div > .sub-menu {
display: flex;
flex-wrap: wrap;
}
#top #header .avia_mega_div > .sub-menu > li {
display: block;
width: 25% !important;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Best regards,
Ismael
Super. Vielen Dank mal wieder an dich Ismael!
Great. Again many thanks to you Ismael!
We can close this thread
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard