• Resolved ntiel

    (@ntiel)


    Hi !

    I use the twenty-twenty theme.

    The menu on mobile does display BUT it displays in such a way that users think it does not display. We can only see the “close the menu” link (in French : “fermer le menu”). We cannont see the menu itself unless we scroll down. But no one scrolls down as it does not appear.

    The problem shows on all devices, android and iphones.

    Thank you for helping me fix this misleading mobile menu…

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Felipe Santos

    (@foosantos)

    Hi there,

    It looks like you added some CSS that changed how it should work, so we should be able to fix it with CSS.

    You can go to WP Admin > Appearance > Customize > Additional CSS, then add something like that:

    #site-header, .header-footer-group {
        height: inherit;
    }
    Thread Starter ntiel

    (@ntiel)

    Thank you ??

    I removed the added CSS and it resolved the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘misleading mobile menu (twenty twenty)’ is closed to new replies.