[Support request] hide menu on mobile

Home Forums Support [Support request] hide menu on mobile

Home Forums Support hide menu on mobile

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #926834
    Femke

    Hi,

    I want to hide the primary menu on mobile so i checked the box hide menu on mobile in the customizer, but the menu is still apearing in the header. Also, the image/advertisement is suppost to show but that one is now dissapearen on mobile. On desktop it still is fine.

    Hope you can help out, thank you.

    #926844
    David
    Staff
    Customer Support

    Hi there,

    are you using the Mobile Header on your site? This will replace the standard header which loses the header widget. Let me know.

    #926846
    Femke

    Hi David, not sure about that. How can I check it? In the customizer the mobile header is set to off.

    #926848
    David
    Staff
    Customer Support

    Can you remove the maintenance mode on your site so i can take a look at the problem?
    Alternative is to send us login details via the Account Issue form here:

    https://generatepress.com/contact/

    Please add the URL for this topic to the form so we can easily track.

    #926856
    Femke

    yes, just removed it

    #926865
    David
    Staff
    Customer Support

    Ok – so which element do you want to remove on mobile? The top bar menu or the primary menu?

    #926876
    Femke

    i would like to hide the top bar menu on mobile

    #926883
    David
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .top-bar {
            display: none;
        }
    }
    #926892
    Femke

    yes this worked, thank you!

    #926901
    Femke

    one more question about the menu. How can i get the hamburger menu appear next to my logo in the header? So logo left and menu right?

    #926902
    Femke

    (on mobile)

    #926904
    David
    Staff
    Customer Support

    Can you remove the maintenance mode again so i can take a look.

    #926905
    Femke

    sorry, should be ok now!

    #926921
    David
    Staff
    Customer Support

    You would need to activate the Mobile Header Option in Customizer > Header give it a logo that works for mobile.

    Then i can provide some CSS to display the Advert and style it. If your up for that make those changes ( leave the mainteance off 🙂 ) and ill take a look

    #926928
    Femke

    ok yes that would be great. just activated the mobile header.

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.