Sehej Posted January 31 Share Posted January 31 (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 by Sehej Link to comment
Beyondspace Posted February 1 Share Posted February 1 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Share Posted February 3 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 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