Home › Forums › Support › Hide Secondary menu on tablet and mobile This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago by Anders Nielsen. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts October 18, 2020 at 8:39 am #1494431 Anders Nielsen Hi I’m trying to hide the secondary menu on tablet and mobile. Using the internat controls, but the “navigation selction” goes for all units! Is there a css I can use? October 18, 2020 at 9:46 am #1494512 LeoStaff Customer Support Hi there, Using the internat controls, but the “navigation selction” goes for all units! Not sure if I fully understand. Have you tried CSS like this? @media (max-width: 768px) { #secondary-navigation { display: none; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ You can tweak the 768px as you see fit. October 18, 2020 at 10:04 am #1494532 Anders Nielsen Thx Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In