maddypeirce Posted April 26, 2022 Share Posted April 26, 2022 Site URL: https://www.madorra.com Hi everyone, I'd like to know if there is custom css I can use to avoid the need to "double click" my dropdown "menu" folder on mobile to see the options - see screenshots for reference. On desktop I just have the "menu", when I hover over it you see the different areas of the page that you can smooth scroll to. On mobile, you need to click the hamburger icon, which THEN brings you to the "menu" overlay THEN you need to click into that to see the options. Anyway around this? Link to comment
derricksrandomviews Posted April 26, 2022 Share Posted April 26, 2022 It is because the mobile has no mouse, it is the cursor which creates the hover and opens a dropdown. How would you duplicate that on mobile? Your finger can't do it on a tablet or desktop touch sceen either. Hover effects for mobile create a lot of requests here, but they don't get fulfilled, rarely, if at all. Link to comment
tuanphan Posted April 29, 2022 Share Posted April 29, 2022 Add to Design > Custom CSS /* Show Burger - All items */ @media screen and (max-width:991px) { .header-menu-nav-folder { transform: unset !important; } .header-menu-controls.container.header-menu-nav-item { display: none; } [data-folder="root"]>.header-menu-nav-folder-content:first-child { display: none; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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