Hi,
I would like my mega menu to appear on the home page but it’s not working. Can you tell me what I’m doing wrong?
Thanks,
Gabe
Hey connect4consulting!
Thank you for using Enfold.
Please try to deactivate all plugins then toggle the maximum container width on Enfold > General Layout > Dimensions panel. Adjust the width by 1px then save changes. Remove browser cache then test the home page again.
Regards,
Ismael
Hey Gabe!
It does seem to work fine on my end – http://i.imgur.com/wOQdGJq.png
Have you already figured it out?
Regards,
Yigit
Hey!
Your home page gives 404 error. Can you please check the link once again?
Regards,
Yigit
Hey!
Please add following code to Quick CSS
.home .avia_mega_div.avia_mega6.twelve.units {
width: 700px!important;
left: -300px!important;
}
Cheers!
Yigit
Hey Gabe!
Try adding this code to the Quick CSS:
#header .twelve.units{
min-width: 500px !important;
}
Cheers!
Josue
Hi!
Here’s how i see it – http://i.imgur.com/DnwiMVj.png, can you post a screenshot/mockup of how is it supposed to look?
Cheers!
Josue
Hi Gabe!
Use this code instead:
#header .avia_mega_div {
max-width: 500px !important;
min-width: 500px !important;
left: 0 !important;
}
Regards,
Josue