Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1165954

    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!

    #1166170

    Hey otpbrewing,

    Are you scrolling to a section as opposed to re-loading the page?

    Best regards,
    Jordan Shannon

    #1166215

    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

    #1167051

    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

    #1167979

    That was the ticket. Thanks so much.

    #1167986

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Phone Menu Problem’ is closed to new replies.