• On my website (theme Twenty Seventeen) in the navigation bar I created a submenu which is visable on my desktop. Unfortunally I can not see it om my Iphone. How can I change this?

    • This topic was modified 1 year, 6 months ago by Yui. Reason: mobile forum is for help with mobile WordPress APP

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @jeroenvandaal – submenus are not designed to be displayed on mobile in this theme. To override that, you could try adding this custom CSS in the editor at Appearance > Customize > Additional CSS:

    /* Mobile menu - display submenus */
    .js .main-navigation ul {
       display: inherit; 
    }

    Let me know how it goes.

    If you have questions about Twenty Seventeen in the future, please ask them in the theme’s support forum here: https://www.ads-software.com/support/theme/twentyseventeen/

    (The Mobile App forum where you originally posted is for questions related to using the WordPress mobile app.)

    Thread Starter jeroenvandaal

    (@jeroenvandaal)

    Hi Kathryn, that seems to work. However the next issue is that the menu does not fold if you press on the menu button in the navigator bar. Can you fix that as well?

    Moderator Kathryn Presner

    (@zoonini)

    I think that would require some JavaScript, so it’s not something I’m able to help with. You might instead want to try a different theme, where the sub-menus are accessible on mobile by default.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘menu navigation bar mobile’ is closed to new replies.