Sehej Posted January 31, 2023 Share Posted January 31, 2023 (edited) Hello, I have added a folder to the menu bar which works in desktop view however when you are on mobile the overlay menu shows the folder 'menu' first and then with in that the list of linked pages. Hoping there is a resolve to bypass the menu folder showing. Also is there any way to reduce the font size in mobile view. Any help is hugely appreciated. Thanks Edited January 31, 2023 by Sehej Link to comment
Beyondspace Posted February 1, 2023 Share Posted February 1, 2023 22 hours ago, Sehej said: Hello, I have added a folder to the menu bar which works in desktop view however when you are on mobile the overlay menu shows the folder 'menu' first and then with in that the list of linked pages. Hoping there is a resolve to bypass the menu folder showing. Also is there any way to reduce the font size in mobile view. Any help is hugely appreciated. Thanks Can you share your URL so I can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted February 3, 2023 Share Posted February 3, 2023 Add this code to Design > Custom CSS @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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment