Twenty Twelve Mobile Menu problem
-
I’m working with a Twenty Twelve Child theme. The WIP site is here: curativeprojects.zippysites.com. On a mobile device, when the menu button is opened, the text from the main page content flows next to the column of menu items. You can see what I mean in this image here. The menu items are light gray, the offending leaking text is on the left, in black.
I’ve tried adding the following media query:
@media screen and (max-width:700px){#site-navigation {
clear: both;
}
.main-navigation li{
clear: both;
}
}
But it’s not working. I’d like to keep the main page content down below the rolled-out menu. How do I accomplish this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Twenty Twelve Mobile Menu problem’ is closed to new replies.