Reply To: Nav Menu not showing in mobile

Home Forums Support Nav Menu not showing in mobile Reply To: Nav Menu not showing in mobile

Home Forums Support Nav Menu not showing in mobile Reply To: Nav Menu not showing in mobile

#110490
Tom
Lead Developer
Lead Developer

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 🙂