bivano Posted November 18, 2022 Posted November 18, 2022 (edited) Hi, I have been having trouble with some code blocks on my site: https://yellow-algae-6km8.squarespace.com/#/osmosis-art-show/ I have created my navigation using three code blocks up top (Name, Home, Contact).They display correctly on desktop but stack on mobile. How do I prevent them from stacking on mobile (how do I get them to stay in one row on mobile like they do on desktop)? Thanks! Edited November 19, 2022 by bivano
Solution Beyondspace Posted November 19, 2022 Solution Posted November 19, 2022 4 hours ago, bivano said: Hi, I have been having trouble with some code blocks on my site: https://yellow-algae-6km8.squarespace.com/#/osmosis-art-show/ They display correctly on desktop but stack on mobile. I'm using three code blocks to create custom navigation where one block is my name, the next is a home button, and the last is a contact button. Does anyone know how to have these display in one row on mobile? Currently it's only on this one page I've linked up top. Thanks! You can wrap you css code on media query so it will not affect the mobile display. @media only screen and (min-width: 768px) { /* style for tablet and desktop, not mobile */ } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment