Hi Grace,
Thank you for getting in touch with us.
Actually you can have all posts in blog feed setup as 2 columns posts with image and excerpt in your Kale theme. Please go to Appearance → Customize → Blog Feed and change “Post Display Format” option. See this screenshot: http://prntscr.com/gd8hbb
Currently your blog feed layout is override with this style added to Appearance → Customize → Additional CSS:
.blog .blog-feed-posts
> .row > .col-md-6 {
width: 100%;
text-align: center;
}
so your posts are in 1 column, not 2 columns. If you would like to change it change this style to this:
.blog .blog-feed-posts
> .row > .col-md-6 {
text-align: center;
}
In order to change number of posts in Blog Feed please go to Settings → Reading and change “Blog pages show at most” option.
Hope that helps. Thank you for your time in this.
Best regards
Hi Jarek
And thanks for your response. I did have this info and I understand it.
What I was looking to do, if possible, is to keep the format at one columm but not to have any full posts.
Grace
Hi Grace,
Please go to Appearance → Customize → Blog Feed and select “Small Image and Excerpt, 2 in a Row” layout. This option with your code in Appearance → Customize → Additional CSS should display posts with excerpt (no full content post) in one column.
Best regards
Ok, I misunderstood before when I thought that if I reset I would need to use the second snippet of code for customization.
Thanks Jarek (from Slovakia)
Grace
Hi Grace,
I’m glad to hear it works as expected 🙂
Please remember to mark this post as resolved.
Kind regards