Search for: Log In Free Support [Resolved] How to combine primary and secondary menu together? Home › Forums › Support › How to combine primary and secondary menu together? This topic has 3 replies, 2 voices, and was last updated 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 18, 2020 at 4:02 am #1448400 Jennifer How do you combine the secondary menu within the primary menu on mobile? I really would like one menu instead of two separate menus on mobile. Thank you Jennifer Living His Word Ministries, Inc. www.livinghisword.org September 18, 2020 at 4:59 am #1448482 DavidStaff Customer Support Hi there, the simples method would be to use the Off Canvas navigation for mobile, create a new combined Menu and assign it to the off canvas. Then use this CSS to remove the secondary nav on Mobile: @media(max-width: 768px) { #secondary-navigation { display: none; } } The alternative is to use this method: https://docs.generatepress.com/article/using-a-different-menu-on-mobile/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 18, 2020 at 5:36 am #1448505 Jennifer Okay thank you 🙂 Jennifer Living His Word Ministries, Inc. www.livinghisword.org September 18, 2020 at 7:02 am #1448604 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In