Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    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

    Thread Starter rausa13

    (@rausa13)

    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?

    Thread Starter rausa13

    (@rausa13)

    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;

    Plugin Author megamenu

    (@megamenu)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Firefox Issue’ is closed to new replies.