Site logo

[Support request] Mobile Primary navigation blank

Home Forums Support [Support request] Mobile Primary navigation blank

Home Forums Support Mobile Primary navigation blank

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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

    #1817264
    David
    Staff
    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;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.