Site logo

Archived topic

Nav Menu not showing in mobile

3 replies · Started by Melissa Canonge on May 26, 2015

Viewing posts 1–4 of 4

Hi,

My menu is not showing once you shrink website window or view it on mobile. I wanted a sticky nav, so I followed the instructions on this page http://generatepress.com/forums/topic/keep-menus-visable-with-scroll/#post-54453

Also, I'd like to show my logo on the sticky nav is that possible? There is a lot of white space above the navigation menu. I tried using the customizer to remove it, but it's not working. I can use css if I have to, but I figured the Element Spacing add-on I purchased would work. Maybe I'm missing something.

http://www.belizepottershouse.com/

Thanks,
Melissa

Hi Melissa,

Remove this line from your child theme's style.css file:

@import url('../generatepress/style.css');

To remove the white area at the top, add this CSS:

.site-header {
      display: none;
}

Let me know if you need more info :)

Thanks! It worked.

Is it possible to place my logo on the sticky nav?

This archived topic is closed to new replies.