Hi Im currently using a Boilerplate theme called Bones on a WordPress but Im having problems making the responsive menu work on my Iphone. When I manually resize the menu seems to work
the media query im using is
@media only screen and (min-width: 960px) {
the site im trying to get to work is here:link
Any help would be much appreciated as I have gone to the theme writer and he hasn't responded in days
I just came across an issue where, when I loaded my stylesheet with this:
and then within
mobile.css
, I had a couple of styles like this:and several devices (iPhone, iPad - with a different breakpoint of course, and Galaxy Nexus) did not see the
background:red;
rule ("nested" media query), only those that were outside of the "inline" media query (h1
). Chrome and other browsers were fine with it, however.This jumped out at me as weird:
I believe that should be
or...
You might also want to consider moving from XHTML to HTML5 for your doctype.
have you used the meta viewport object? Put this in the head of your document