Haoma Posted January 16 Share Posted January 16 (edited) When I view my site on an iPad in landscape view, I would like the full header navigation to display as it does on desktop view, instead of switching to the mobile header setting. Is there a way to decrease the mobile breakpoint in the custom css panel? http://www.haomaselections.com Thanks in advance! Edited January 16 by Haoma include link Link to comment
Solution Beyondspace Posted January 16 Solution Share Posted January 16 (edited) 1 hour ago, Haoma said: When I view my site on an iPad in landscape view, I would like the full header navigation to display as it does on desktop view, instead of switching to the mobile header setting. Is there a way to decrease the mobile breakpoint in the custom css panel? http://www.haomaselections.com Thanks in advance! Try adding to Home > Design > Custom Css @media only screen and (pointer: coarse) and (max-width: 1024px), screen and (min-width: 768px) { .header-display-desktop { display: flex; } .header-burger { display: none; } .header .header-layout--with-commerce .header-title-nav-wrapper { flex: 1 0 67%; flex-wrap: nowrap; flex: 1 0 67%; display: flex; align-items: center; } .header .header-title-nav-wrapper .header-nav { display: block; } .header-display-mobile { display: none; } .header-display-desktop .showOnMobile { display: none; } .header-nav-list { flex-wrap: nowrap } .header .header-layout--with-commerce .header-title-nav-wrapper .header-title { width: 34%; text-align: center; flex: 1 1 34%; } .header .header-actions-action--social { display: flex } } Support me by pressing 👍 or marking as solution if this useful for you Edited January 16 by Beyondspace tuanphan 1 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
Haoma Posted January 16 Author Share Posted January 16 Thank you very much! Any chance you could help me centre the logo? Much appreciated! Link to comment
tuanphan Posted January 18 Share Posted January 18 On 1/16/2023 at 10:48 PM, Haoma said: Thank you very much! Any chance you could help me centre the logo? Much appreciated! The logo looks already centered. Did you solve or still need help? 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