Home › Forums › Support › Push expanded mobile menu down This topic has 5 replies, 2 voices, and was last updated 5 months, 2 weeks ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 17, 2022 at 7:32 am #2376287 George I have tried all possible selectors to push the expanded mobile menu down 13px. Cleared caches, used !important, nothing works. Not sure what’s going on. It works when I modify the selector in the browser inspector! For example: nav.stuckElement.toggled .menu { top: 13px; } doesn’t work. I’ve also tried others. October 17, 2022 at 8:46 am #2376527 DavidStaff Customer Support Hi George, that CSS would apply to the sticky nav – is that what you want? If its for the non sticky nav then try this: .main-navigation.toggled:not(.is_stuck) .main-nav>ul { top: 13px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 17, 2022 at 10:11 am #2376637 George No, David, just the mobile menu container when you click the mobile icon and the mobile menu appears. I want to push that down a bit. October 17, 2022 at 10:15 am #2376641 DavidStaff Customer Support Did you try that CSS i provided ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 17, 2022 at 10:20 am #2376646 George Ah no, I didn’t. Trying it now…It works! Thanks! October 18, 2022 at 12:18 am #2377071 DavidStaff Customer Support Glad to hear that!! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In