Hey, how are the team at Kriesi doing?
I was building a mega menu today when i noticed it was not aligning properly? See private content :)
Hey Transformers Universe!
Seems like something is messing with the CSS because it’s displaying correct just before the whole page is loaded. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Best regards,
Rikard
Hey!
It does look fine on my end – http://i.imgur.com/UxQeyng.png
Were you able to figure it out? :)
If not, which browser and OS are you using?
Cheers!
Yigit
Hi!
please update Enfold to the newest version and afterwards upgrade your WordPress as well.
To control your submenu use this code:
.avia_mega_div.avia_mega2.six.units {
left: -150px;
}
and adjust as needed.
If you only want to control it for smaller screen sizes add media querries to the code:
@media only screen and (max-device-width: 1024px) {
.avia_mega_div.avia_mega2.six.units {
left: -150px;
}}
and adjust “max-device-width” as needed.
Regards,
Andy