Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

mobile submenu

  • Hello.

    There was no response when I clicked on the menu on my mobile, so I looked closely and found that a sub-menu selection was coming out under the menu from where I couldn’t see it on the screen.

    https://postimg.cc/cv3qW4Kc

    In my opinion, we should not use submenu on mobile to fix this problem. What should I do if I don’t want to use submenu on mobile?

    I am sharing my CSS with privateetab.
    Thank you in advance for your response.

  • Hi there,

    you could use some CSS to hide them on smaller screens eg.

    
    @media(max-width: 768px) {
        .main-navigation ul ul {
            display: none !important;
        }
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.