Solved

Resize blog banner images with the Spark theme.

VuWing
Tourist
8 1 0

Anyone know how to resize the blog images in the Spark theme? The thumbnails for the blog pages are stretched as wide as the page, completely distorting the image and making the blog look like garbage.  I've also requested support from the Spark theme publisher, but if anyone knows that'd be a huge help. Apparently, searching the forums this is a very common problem across many themes so maybe it's a Shopify issue.

Accepted Solution (1)
VuWing
Tourist
8 1 0

This is an accepted solution.

I hear back from the vender, the code to add to the end of index.css is...

 

.article__image {
    max-width: 540px;
    margin: auto;
}
 
This solved the blog photo size for the Spark theme.

View solution in original post

Replies 13 (13)