Site logo

Archived topic

hide menu on mobile

18 replies · Started by Femke on June 12, 2019

Viewing posts 1–15 of 19

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.

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.

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

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.

yes, just removed it

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

i would like to hide the top bar menu on mobile

Try this CSS:

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

yes this worked, thank you!

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?

(on mobile)

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

sorry, should be ok now!

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

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

This archived topic is closed to new replies.