s1nuz Posted November 25, 2021 Share 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? Link to comment
Beyondspace Posted November 25, 2021 Share 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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! Link to comment
Beyondspace Posted November 25, 2021 Share Posted November 25, 2021 My testing result BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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! Link to comment
s1nuz Posted November 25, 2021 Author Share 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. Link to comment
tuanphan Posted November 27, 2021 Share 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 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