Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9663
    xpyouth
    Member

    Hi,

    Why is it that the Drop Down Menu is not clickable (nothing happens when I click on it) in the mobile Chrome? It works fine in mobile firefox.

    http://www.xpyouth.org

    Please email [email protected]

    #9716
    xpyouth
    Member

    http://www.xpyouth.org

    The menu is all out messed up in mobile chrome (android). It works fine in Firefox. Any ideas?

    #9730
    Sakin
    Keymaster

    @xpyouth: It’s because you have disable responsive design. Once you disable the responsive, it will show the full width website in mobile and will work as per the setting of mobile devices. If you want consistence in mobile design then you need to enable responsive design.

    #9765
    xpyouth
    Member

    Hi Sakin,

    I found the issue with the menu wrapping on mobile chrome. Even though it’s probably a chrome issue, you may want to update your CSS in the next release to include the below fix since many do not like the responsive design their website like myself and many do use mobile chrome.

    #header-menu ul.menu a {
    display: block;
    text-transform: uppercase;
    white-space: nowrap; *******this was added to fix the mobile chrome menu wrap issue
    }

    #9769
    Sakin
    Keymaster

    @xpyouth: Thanks for your help and your site looks WOW. I love it. Yes, I took a look at it and it’s a wrapping issue. http://css-tricks.com/almanac/properties/w/whitespace/

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Drop Down Menu Don't Work on Mobile Chrome’ is closed to new replies.