I’ve added this to a site: http://fofwebdesign.co.uk/freebies-for-websites/css/multi-rwd-side-menu.htm but it’s not working on an android and don’t know how to fix it?
Could we get the example you have of it breaking? Also a little more descriptive than “not working” will help us see what is broken .
LIke said be a little more descriptive in what the problem is, but a lot of times when a responsive menu isn’t working it’s because of forgetting to add:
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
Sorry I wasn’t very clear. Only the text is clickable, I want to whole of the button to be clickable but I’m not sure how to do that.
The problem is that on a mobile device you have to be very precise when you click.
A link to the site, maybe? (We’re funny about wanting to see working code to diagnose problems. Guessing is such an awkward, time-consuming process.)
The site has just gone live but it’s la muscle dot com all one word. Sorry for not putting the actual link in but I don’t want google to pick it up
The short answer is that you need to move the horizontal padding from the list item into the anchor. The menus seem to be partially under JS control, so I cannot be more specific.
Sorry to ask a dumb question but how would I do that?
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.