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
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: http://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