Jump to content

set max width on blog row

Recommended Posts

  • Replies 5
  • Views 354
  • Created
  • Last Reply
Posted
On 12/1/2021 at 10:05 PM, crispinjo said:

Site URL: https://soif.squarespace.com/platsannonser

hi.

I would like to set a maxwidth for the blog page named (platsannonser) to 1920, becouse it doesnt lineate with the page title if it goes above 1920.

how do i go about doing that?

kind regards

Screenshot 2021-12-01 at 16.04.29.png

Have you solved it yet?

It seems fine at the moment

image.png.478c7ac734bb8d7f22bbf3e9656b7ab2.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted

No the problem is still there. if you open it in your browser and pull your browser sideways you will se the problem. 🙂  it only occurs on really big screens. So my goal is to have max width where the block wont expand above. 

Posted
On 12/3/2021 at 6:21 AM, crispinjo said:

No the problem is still there. if you open it in your browser and pull your browser sideways you will se the problem. 🙂  it only occurs on really big screens. So my goal is to have max width where the block wont expand above. 

Add to Design > Custom CSS

/* blog width */
.blog-side-by-side.collection-content-wrapper {
    max-width: 1600px;
}

 

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!)

Posted
On 12/6/2021 at 9:13 PM, crispinjo said:

Thank you! it worked pefectly!

 

I see the blog list page content in mobile is a bit narrow, you can add this to Design > Custom CSS to increase its width

/* Mobile blog list width */
@media screen and (max-width:767px) {
.blog-side-by-side.collection-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
}

 

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!)

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.