Hi Rausa,
I suspect the menu is picking up some styling or JavaScript functionality from your theme, but I can’t work out where from.
Please try https://www.maxmegamenu.com/documentation/faqs/removing-residual-styling/
If that doesn’t work you’ll need to contact the theme authors and ask them for any hints. As it’s a premium theme I’m unable to install it here and look for myself, and you should get support as part of your purchase.
Regards,
Tom
i’ve narrowed it down to a display: inline-flex issue in .main-navbar .container
If that is not enabled then it works, however the styling relies on keeping display: inline-flex
any idea how i can make that compatible?
This is the code:
display: -moz-box;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-inline-flex;
display: inline-flex;
flex-flow: row wrap;
justify-content: center;
width: 100%;
padding-left: 0 !important;
padding-right: 0 !important;
Hi rausa,
I am not sure sorry, I haven’t really played around with flexbox css yet.
I think your theme authors would be best to ask for advice as they’ll fully understand how the whole theme ties together.
Regards,
Tom