Hi — We have a site here: http://www.partnersbrandseed.com. We are using the mega menu in three places on the main menu: Traited Corn, Conventional Seed Corn, and My Distributor. Traited Corn works fine, but the Conventional Seed Corn menu starts at the far-left, instead of under the menu button. And the My Distributor menu starts out to the right side of the menu button. Did we do something wrong, or is there a setting we need to activate in the menu so that the menus appear correctly under the buttons?
-Keith James
Hi indigokj!
I don’t see the issue on my end. What browser and OS are you testing this with?
I see that the other item “My Distributor” has a misaligned mega menu. Please add this on your custom.css or Quick CSS:
.avia_mega_div.avia_mega2.six.units {
left: 0 !important;
}
Regards,
Ismael
This fixed the problem. Thank you very much!