Home › Forums › Support › Mobile menu This topic has 11 replies, 2 voices, and was last updated 4 months, 3 weeks ago by David. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts October 31, 2022 at 4:01 am #2394964 Sonador Hi, I,m trying to recreate this header made with elementor. Got pretty close on desktop, but can’t make it work on mobile. Could you please point me in the right direction. Thank you in advance. Best regards, Matko Petrović October 31, 2022 at 6:07 am #2395122 DavidStaff Customer Support Hi there, if you created it with Elementor – then you will need to ask Elementor support for assistance as the Theme has no control over there code. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 31, 2022 at 6:21 am #2395138 Sonador It was created with elementor,but now I’m trying to recreate it without elementor, using GP Elements and GB. October 31, 2022 at 6:38 am #2395161 DavidStaff Customer Support Ah ok 🙂 Can i see the site ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 31, 2022 at 6:40 am #2395168 Sonador Sure, here it is https://online-alat.gtf.hr/ October 31, 2022 at 6:43 am #2395172 DavidStaff Customer Support Do you have a mockup image of how you would want the mobile layout to look ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 31, 2022 at 6:55 am #2395185 Sonador It should look just like the one in the first post. October 31, 2022 at 7:09 am #2395199 DavidStaff Customer Support Doh – that was kind of obvious 🙂 1. In Customizer > Layout > Primary Nav – remove the mobile menu label. 2. Add this CSS: @media(max-width: 768px) { .main-navigation .menu-bar-items { margin-right: auto; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 31, 2022 at 7:16 am #2395213 Sonador Tnx David, I will try that and get back to you. October 31, 2022 at 7:59 am #2395569 DavidStaff Customer Support OK – let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 31, 2022 at 11:20 pm #2396263 Sonador Tnx David, that worked out great. Now I only need to make logo image a bit bigger and apply the same thing for sticky navigation. November 1, 2022 at 3:23 am #2396478 DavidStaff Customer Support Ok, try this CSS: .mobile-header-navigation .site-logo.mobile-header-logo img { height: 80px !important; padding: 0; } .main-navigation.has-branding .menu-toggle { padding-left: 40px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In