THEPARLOR Posted January 3, 2023 Posted January 3, 2023 Hello, I'm looking for a code that would allow me to display the people/lists on this page as two columns on mobile instead of one on mobile. Thanks so much! It is technically a "list" page that includes an image, description & button. I would like for all of these to show in two columns. I'm using Squarespace 7.1 Page: https://www.theparlorhuntsville.com/stylists
Beyondspace Posted January 3, 2023 Posted January 3, 2023 1 hour ago, THEPARLOR said: Hello, I'm looking for a code that would allow me to display the people/lists on this page as two columns on mobile instead of one on mobile. Thanks so much! It is technically a "list" page that includes an image, description & button. I would like for all of these to show in two columns. I'm using Squarespace 7.1 Page: https://www.theparlorhuntsville.com/stylists Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="63b390ebe88c8c550d25d3d2"] .user-items-list-simple { grid-template-columns: 1fr 1fr; grid-gap: 10px 10px !important; } } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted January 3, 2023 Posted January 3, 2023 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment