squarespace_help_needed Posted June 13 Share Posted June 13 On this blog page:https://www.garudiostudiage.com/news in mobile view, I have used this code to make the posts display in 2 columns: @media only screen and (max-width: 767px) { .blog-basic-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 14px; } .blog-basic-grid--container img { width: 100% !important; height: auto !important; } } It works, except the gaps between the posts are huge (as per the screen shot) and I can't find a way of adjusting these? Any help would be very gratefully received. Thank you! Link to comment
Solution tuanphan Posted June 15 Solution Share Posted June 15 Add to Design > Custom CSS /* Mobile Blog Spacing */ @media screen and (max-width:767px) { .blog-basic-grid .blog-title { margin-bottom: 10px !important; } } sayreambrosio 1 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
squarespace_help_needed Posted June 16 Author Share Posted June 16 Thank you so much, that's great! 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