After finally launching my WordPress blog, I spent a significant amount of time developing the theme. When I attempted to view the site on my iPhone for the first time, I was surprised by what I saw. Initially, I thought creating a touch menu would be as simple as writing some basic HTML and styling it with :hover-state. However, that was not the case.
If you change your browser to a mobile user agent and visit this site (resize the window to around 640px wide), you'll notice my light blue widget bar. Hovering over the icons toggles the inner containers with the main widget contents perfectly.
Unfortunately, when I accessed the site on my iPhone, the bar with the icons appeared but was unresponsive to touch. Frustrating! What could be wrong with my code? Any assistance would be greatly appreciated. Thank you in advance!