dkuney1 Posted January 19, 2020 Share Posted January 19, 2020 It it possible to set the width of a blog on 7.1 so that it's different on mobile than it is on the web? I have my blog width set to 65% on the web, which looks nice. But I'd like it closer to 100% on mobile. Is this possible? Thanks! Link to comment
paul2009 Posted January 19, 2020 Share Posted January 19, 2020 This shouldn't be an issue on Squarespace 7.1 because the blog width setting will only be 65% (or whatever you chose) on viewports above 767px. Below that (on mobiles) it is set to 100%. If your site isn't doing this, please post a working link to the page so we can see the issue first-hand. If your site isn't live yet, please set a site password and tell us what it is, so that we can view it. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
dkuney1 Posted January 19, 2020 Author Share Posted January 19, 2020 Absolutely, the site is futureofwork.news. Thank you for taking a look. Link to comment
Solution paul2009 Posted January 19, 2020 Solution Share Posted January 19, 2020 (edited) Thanks, I see the issue now. You are referring to the blog post list, not the individual blog post articles that I referred to in my first reply. You should be able to achieve a full width blog list on mobile by adding this to Design > Custom CSS: @media screen and (max-width: 767px) { .blog-single-column .blog-single-column--text { width: 100%; } } Let me know how you get on. Edited September 21, 2021 by paul2009 Typo dkuney1 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
dkuney1 Posted January 19, 2020 Author Share Posted January 19, 2020 That worked, thank you so much! paul2009 1 Link to comment
wonderpiece Posted September 21, 2021 Share Posted September 21, 2021 Hello! Is there any chance you could take a look here and give me a nudge in the right direction? https://nealcasalmusicfoundation.org/podcast I'm on 7.1 and cannot figure out how to reduce the content width for the actual blog list itself. The blog detail pages are fine, but the list is waaay too wide (for desktop). Mobile is fine. Thank you!! Link to comment
tuanphan Posted September 22, 2021 Share Posted September 22, 2021 On 9/21/2021 at 10:46 AM, wonderpiece said: Hello! Is there any chance you could take a look here and give me a nudge in the right direction? https://nealcasalmusicfoundation.org/podcast I'm on 7.1 and cannot figure out how to reduce the content width for the actual blog list itself. The blog detail pages are fine, but the list is waaay too wide (for desktop). Mobile is fine. Thank you!! Add to Design > Custom CSS /* Blog list width */ @media screen and (min-width:768px) { .blog-side-by-side.collection-content-wrapper { max-width: 80%; } } 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