How can I adjust the column layout on my Dawn theme blog page?

Hello,

I wonder if there’s any way to change the columns on the blog page. It shows 1-2-1-2… photos on the blog page but the single blog photo is too big and it’s blurry.

I want to show 2 blog posts in a row.

https://www.kbeautyblossom.com/blogs/kbeauty-blog

I contacted Shopify help, but I was recommended to use the third party landing page app.

Thanks in advance!

Hello @kbeautyblossom

Please go to Online store → themes → Edit theme → Assets → base.css and paste this code at the end of this file

@media screen and (min-width: 750px) {
.blog-articles {
    grid-column: 1 !important;
}
}
1 Like

Thank you but nothing happened.

1 Like

@kbeautyblossom - right click is disabled, hence can not check code, can you allow to use right click?