Guest Posted May 2, 2020 Posted May 2, 2020 Site URL: https://www.palliumcare.com/ I am attempting to move the submenu on the mobile view into the regular menu. I would rather have it appear on one mobile menu screen instead of clicking to get to the mobile SUBmenu. Preferably it would be slightly smaller in text or possibly indented to show that it's a submenu. Thanks for your help!
tuanphan Posted May 3, 2020 Posted May 3, 2020 difficult Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .header-nav { display: flex !important; } .header-burger { display: none; } .header-title-nav-wrapper { flex-direction: column; } } -- 10 minutes Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted May 4, 2020 Posted May 4, 2020 Thanks for your response. This code pulled my normal nav links into the mobile menu header. I've attached a photo for you to see. Any other ideas?
tuanphan Posted May 12, 2020 Posted May 12, 2020 On 5/4/2020 at 10:47 PM, PalliumCare said: Thanks for your response. This code pulled my normal nav links into the mobile menu header. I've attached a photo for you to see. Any other ideas? Have you solved yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted May 12, 2020 Posted May 12, 2020 Like you said earlier I think it's quite complex and above my limited understanding.
VentureLab Posted July 13, 2020 Posted July 13, 2020 Site URL: https://www.venturelab.lu.se Hi! I'm wondering if there is any code that can solve this? Like PalliumCare I'm looking to put my submenu in the normal menu view on mobile, instead of being a click away in a second mobile menu. Any help? :D Thanks in advance, Louise
tuanphan Posted August 25, 2020 Posted August 25, 2020 On 7/13/2020 at 5:08 PM, VentureLab said: Site URL: https://www.venturelab.lu.se Hi! I'm wondering if there is any code that can solve this? Like PalliumCare I'm looking to put my submenu in the normal menu view on mobile, instead of being a click away in a second mobile menu. Any help? :D Thanks in advance, Louise Have you found the solution yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.