Jump to content

Formatting thumbnail image in "single column blog"

Recommended Posts

Site URL: https://www.catherineljackson.com/blog

Hi!

I was wondering if there is a way to adjust the way the pictures are formatted in the "single column" blog style. Right now, I am using the "side by side" layout because the pictures are ginormous in the single column blog. Ideally, I'd like the posts to be structured with the title on top, then the photo, then the post excerpt, all in one column. Is this possible?

Thank you!

Link to comment
  • Replies 1
  • Views 1k
  • Created
  • Last Reply

difficultttttt

add to Home > Design > Custom CSS

/* image */
.blog-side-by-side .blog-image-wrapper {
    margin-right: 0;
    width: 100%;
}
.blog-side-by-side .blog-image-wrapper img {
    width: 100% !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
}
/* text */
.blog-side-by-side .blog-item-summary {
    width: 100% !important;
}
.blog-side-by-side .blog-item {
    flex-direction: column;
}

 

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

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.