Tagged: menu
First of all.. Love the theme, the complexity combined with simplicity! perfect.
I have troubles with my menu. If you have a look at http://www.ekvalibrium.no you see that some of the megamenus lays out down under each other while another is all over the place and side by side. I can’t figure this out. They look identical in the back-end and I have moved it around, and nothing changes it.
Do you have troubles understanding what I mean?
I can be more specific! :)
It is just that I see that questions asked way before this one is being solved, and this is important to me!
Hi,
here’s a thread which explains very much in-depth how the megamenus work
https://kriesi.at/support/topic/couple-problems-with-mega-menu-formatting-and-structure#post-112541
Especially Devin’s answer second from bottom is very helpful.
Best regards Katharina
Hi,
Did you change anything on the CSS? You’re mega menu seems to be jumping on random places.
Add this on your custom.css OR Quick CSS
menu-item-4611 > .avia_mega_div {
right: -40px !important;
}
#menu-item-4343 > .avia_mega_div {
right: -100px !important;
}
Regards,
Ismael
It was acting weird because all new items were set to start a new row. Thank you. I got it now!