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!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025