Jump to content

[Share] Change Blog Post Text Width

Recommended Posts

You can use these ways to change blog post text width.

If it doesn't work, you can send link to your site, I will check it again.

#1. All Blog Posts

You can follow these steps to change Blog Posts text width

First, edit a Blog Post > Click Edit Section

image.png.3cbc89d80fd6f2592dbeb8c6412980a5.png

At Content Width > Choose Custom > Then enter your width

image.png.f6a005115eea743d0eb095ef95f07fea.png

#2. All Blog Posts Width (Desktop Only)

Use this code to Custom CSS box

@media screen and (min-width:768px) {
  .blog-item-inner-wrapper {
      max-width: 600px !important;
      width: 100% !important;
  }
}

#3. All Blog Posts Width (Mobile Only)

Use this CSS code

@media screen and (max-width:767px) {
  .blog-item-inner-wrapper {
      width:95% !important;
  }
}

 

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.