Search for: Log In Free Support [Resolved] Different menu look for mobile as opposed to desktop Home › Forums › Support › Different menu look for mobile as opposed to desktop This topic has 3 replies, 2 voices, and was last updated 1 day, 5 hours ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 23, 2021 at 11:22 am #1669610 William Hi there, I styled the menu drop down etc. for the primary menu a certain way on desktop here. Is there a way to style the mobile menu different? Is it as simple as using CSS with @media ? Kind regards, Will February 23, 2021 at 11:28 am #1669619 LeoStaff Customer Support Hi Will, Yup – I would wrap your desktop CSS with this media query: @media (min-width: 769px) { } Then you can have a separate set of CSS for mobile if you’d like: @media (max-width: 768px) { } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 23, 2021 at 12:09 pm #1669669 William Gotcha, thanks Leo! February 23, 2021 at 12:19 pm #1669676 LeoStaff Customer Support No problem 🙂 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