Home › Forums › Support › Mobile Primary navigation blank This topic has 1 reply, 2 voices, and was last updated 4 years, 9 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 10, 2021 at 1:54 am #1817126 shoukugp Hi, I am facing 2 issues on my site, I have just migrated my site new generatepress theme. 1: Primary navigation is blank on the mobile devices, how to fix this issue? 2: How to disable secondary navigation from mobile only June 10, 2021 at 4:18 am #1817264 DavidStaff Customer Support Hi there, 1. See this article: https://docs.generatepress.com/article/off-canvas-panel-overview/#empty-off-canvas-navigation 2. Add this CSS: @media(max-width: 768px) { #secondary-navigation { display: none; } } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In