GeorgeRest Posted April 30, 2023 Share Posted April 30, 2023 Hello! I'm new to the community and have been working on a few sites. Does anyone know of a way to take out the top level of the drop down menu on mobile view. It looks like an extra step to get to the page links in this view. Any help you can lend would be much appreciated. Link to comment
tuanphan Posted May 1, 2023 Share Posted May 1, 2023 Add to Design > Custom CSS /* Show folder on Desktop - Normal nav on mobile */ @media only screen and (max-width: 767px) { .header-menu-nav-folder[data-folder="root"] { display: none !important; } .header-menu-nav-folder-content .header-menu-controls { display: none; } .header-menu-nav-folder:not([data-folder="root"]) { transform: unset; transition: unset; } } 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!) Link to comment
GeorgeRest Posted May 16, 2023 Author Share Posted May 16, 2023 @tuanphan Thank you so much! That worked perfectly! I really appreciate your help. —(G) tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment