Jump to content

maistvanjr

Member
  • Posts

    1
  • Joined

  • Last visited

maistvanjr's Achievements

Level 1

Level 1 (1/20)

1

Reputation

  1. I was wondering about this too. I played around with coding and this is what worked for me. /* Blog width */ @media screen and (min-width:768px) { .tweak-blog-alternating-side-by-side-width-inset .blog-alternating-side-by-side { padding-left: 15vw; padding-right: 15vw; } } Two things to keep in mind. (1) 5vw might not be best for you (so you can adjust that of course). (2) My blog list is set to "alternating side by side." If you have a basic blog grid (for exampl), the code would be the following (I think): /* Blog width */ @media screen and (min-width:768px) { .tweak-blog-basic-grid-width-inset .blog-basic-grid { padding-left: 15vw; padding-right: 15vw; } } Hope it works!
×
×
  • 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.