Adding a column to blog listing

Currently it is difficult to see more than one blog post at a time and it isn’t great for keeping people on the blog if they don’t like the first one they see.

On the listing page I am looking to:

-create two columns

-reduce the image size to more of a thumbnail

-reduce the title size

Hey @Nisos

Thank you for the information provided.I’ll tag a few experts that can share their experience with you.

Hey @daveroma @BenSBM @david_eic any thoughts you would like to share with @Nisos ?

Thanks & Happy Friday

Sharon

Thank you Sharon!

Hi Nisos,
Which template are you using?
Can you post the whole listing code here?
Do you know how to customize/change CSS files?(you will need to modify it for font-size changes and things like this)
best,
Anton

Hey @Nisos,

This will require some CSS.

You can use flex on the

.post-listing parent class

and then on the .post-item child items just set a width of 50% if you want a 2 column layout you may need to add some padding so there’s a bit of space.

You’ll probably want to reduce the size of your h2’s as well. Anywhere from 24px to 32px looks good.

.post-item h2