s1nuz Posted November 25, 2021 Posted November 25, 2021 Site URL: http://sapphire-bellflower-blnm.squarespace.com Hi I need some help changing a single column view on a mobile to a two-column view.http://sapphire-bellflower-blnm.squarespace.com There is also an additional space between the main navigation pages menu and the blog section on desktop. Any advice on that?
Beyondspace Posted November 25, 2021 Posted November 25, 2021 48 minutes ago, s1nuz said: Site URL: http://sapphire-bellflower-blnm.squarespace.com Hi I need some help changing a single column view on a mobile to a two-column view.http://sapphire-bellflower-blnm.squarespace.com There is also an additional space between the main navigation pages menu and the blog section on desktop. Any advice on that? Hi, You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .blog-basic-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 5px; } .blog-basic-grid--container img { width: 100% !important; height: auto !important; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too 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!
Beyondspace Posted November 25, 2021 Posted November 25, 2021 My testing result 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!
s1nuz Posted November 25, 2021 Author Posted November 25, 2021 Excellent, that works! Thank you. Any advise on the desktop version? The gap between the menu and blog section is a bit high.
tuanphan Posted November 27, 2021 Posted November 27, 2021 On 11/25/2021 at 6:42 PM, s1nuz said: Excellent, that works! Thank you. Any advise on the desktop version? The gap between the menu and blog section is a bit high. Add to Design > Custom CSS /* space between menu-blog */ .blog-basic-grid.collection-content-wrapper { padding-top: 0px; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment