Ok, i am close. I am seeing the mobile menu on my desktop and on iPhone as expected.
Here is the code I am using in CSS. What needs to be corrected to only see the mobile menu on iphone devices?
.mobile-menu,
.mobile-menu-anchor,
.mobile-menu-text {
display: Menu; display: inline-block;
vertical-align: top;
}
#mobile-header-left-menu {
float: right;
}
#mobile-header-right-menu {
float: right;
}
.mobile-menu-anchor a.genericon-menu,
.mobile-menu-anchor a.genericon-menu:hover {
color: #ffffff;
text-decoration: none;
background-color: #cc0c2f;
font-weight: bold;
}
http://bayareahuskers.org/wp/
Brian