Menu not showing up on iPhone
-
The Menu bar is not showing up when checking the site on iPhone. The URL is:
https://shanthimandir.missouri.orgI saw posts with similar issues and tried the solution suggested in those; adding the following code in the custome CSS which I tried but still I don’t see the Menu bar.
`@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
{
#wrapper .dd-container .dd-selected-text span:before {
position: relative;
top:0px;
padding: 0px;
margin: 0px;
content: “Menu”;
}
}Thanks for any help
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Menu not showing up on iPhone’ is closed to new replies.