Shopify themes, liquid, logos, and UX
Hi Everyone
I am building a blog for our website but would like to make the size of the images smaller and the space between the grid larger. This is what it looks like at the moment -
Many thanks for any help.
Solved! Go to the solution
This is an accepted solution.
@Bebby , You can find it in the assets folder of your theme, or you can add it to theme.liquid file at the end of it before the </body> tag like this :
<style>
@media(min-width:750px){
.blog-articles {
column-gap: 8rem !important;
}
}
</style>
Hi Abdosamer
The url is https://www.oxfordcamera.co.uk/blogs/oxford-in-focus
I have looked for the blog css file in the coding, please could you tell me where I might find it ?
Many thanks
This is an accepted solution.
@Bebby , You can find it in the assets folder of your theme, or you can add it to theme.liquid file at the end of it before the </body> tag like this :
<style>
@media(min-width:750px){
.blog-articles {
column-gap: 8rem !important;
}
}
</style>
Thank you so much this has worked great 😀
You're very welcome!
Many thanks for your help with the Blog grid.
I have just put a blog section on the home page and have the same problem there.
Is there a fix for this ?
Many thanks
@Bebby , Go to your theme.liquid file and add the following code before the </body> tag :
<style>
@media(min-width:750px){
.blog__posts.articles-wrapper {
gap:8rem !important;
}
}
</style>
Result:
Once again, many thanks for your help 😀
Hi @Bebby , Go to section-main-blog.css file and add the following code :
@media(min-width:750px){
.blog-articles {
column-gap: 8rem !important;
}
}
Result:
Hi @Bebby
Try this one.
@media screen and (min-width: 750px) {
.blog-articles .card-wrapper {
width: 70% !important;
}
.blog-articles__article.article.scroll-trigger.animate--slide-in {
justify-content: center;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025