Jump to content

blog width in 7.1

Go to solution Solved by paul2009,

Recommended Posts

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 me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
  • Solution

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 by paul2009
Typo

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
  • 1 year later...
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.