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

    (@megamenu)

    Hi RareG,

    Please post a link to your site and I will take a look.

    Regards,
    Tom

    Thread Starter RareG

    (@rareg)

    Hello Tom,

    This problem has been solved. It was a clash with modernizr

    Plugin Author megamenu

    (@megamenu)

    Hi RareG,

    Sorry, I remember now – I think we dealt with it through Pro support. I thought it sounded familiar!

    Regards,
    Tom

    I have very similar problem but in my case submenus are not visible at all on my iPhone. After clicking page gets refreshed…

    Here is an address to web I’m talking about: https://www.captainboomercollective.org

    Like you will see on iPhone submenus from ‘projects’ and ‘press’ is not showing up…

    Please help!!!

    Regards,
    Maria

    I fix this issue by adding in custom css:

    #{$wrap} #{$menu} {
        @media only screen and (max-width : $responsive_breakpoint) {
            li.mega-menu-item ul,
            li.mega-menu-item a:after {
                display: inline !important;
            }
        }
    }

    Unfortunately it’s all showing in one line now –> LOOK HERE
    any possibility to move submenus a bit to the right – so everybody can see that those pages are under “projects” and “press” ?

    Regards,
    Maria

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile Menu opening problem’ is closed to new replies.