Hi, on mobile phones, both iphone and android, when a menu item is tapped, it displays the correct page and content, but the menu will not go away. The entire white background and menu items remain covering the content. http://www.onthepointbrewing.com Hoping for an easy fix!
thanks!
Hey otpbrewing,
Are you scrolling to a section as opposed to re-loading the page?
Best regards,
Jordan Shannon
scrolling? no scrolling. When I tap a menu item on any phone device, the menu covers the content and will not disperse. Try it on your phone. Tap a menu item and the problem will become very apparent. http://www.onthepointbrewing.com
thanks
Hi,
Thank you for the update.
Try to replace the name attribute in your anchored elements with the id attribute, so instead of using this markup..
<a name="apparel"></a>
,.. you’ll use the following.
<a id="apparel"></a>
Best regards,
Ismael
That was the ticket. Thanks so much.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
