Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

secondary navigation mobile

  • Hi
    I can disable with php and css the secondary Nav on mobile, it shows the button text instead of “menu”.
    BUT: I do not want to show the whole secondary navigation on mobile air all, because I have alle the topics in my “Off-Canvas Menü” – How can I do that, that the main menu and the secondary shows on Desktop – on Mobile the Off-Canvas Menü BUT NOT the secondary menu, Thanks!

  • Hi there,

    you would use some CSS:

    
    @media(max-width: 768px) {
        #secondary-navigation {
            display: none;
        }
    }
    
  • Perfect! Thank you. I could delete the older php and css and just used yours to disable the second nav on mobile.

  • Glad to be of help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.