Archived topic
Mobile menu and child theme GP v 1.2.9.2.
2 replies · Started by Anonymous on March 24, 2015
I have this site (under construction) - and the menu is not there when viewed on a mobile. The theme is a child theme with very minimal changes (positioning of main-navigation, but the problem was there before I made the css code changes; also before I udgraded from 1.2.7).
Checked for any line with @import in the child theme style.css, there isn't one.
So what could the problem & solution be?
Best,
Anette
Looks like you have the following CSS in your child theme style.css file:
.menu-toggle {
cursor: pointer;
display: none;
}
Removing that should fix this :)