Thread Starter
gh421
(@gh421)
I guess a work around to position menu elsewhere on the screen would be adding
body #mega-menu-wrap-top-bar{position:absolute;top:70px;}
to the style sheet, but is there an option to set this in the actual plugin? seems lame to just position it about 40px from the top so I would think there’s a place to set it. Maybe??
Hi gh421,
Max Mega Menu doesn’t position itself – your theme is responsible for positioning it. You’ll need to find the container the menu sits inside (or make a new div around the menu) then position that instead, the menu will move with it.
Regards,
Tom
Thread Starter
gh421
(@gh421)
thanks for the reply tom. It seems to work fine with the change to the style sheet I mentioned above.