Help! Help!! Help!!! Posts and category pages with 2 columns!

Hi!
Thanks for this brilliant theme that got me thinking if a theme like this can ever be free!

Please would it be possible for the posts to appear in two columns thereby reducing the featured image size to fit in properly! I would be extremely gratefull if you respond thanks in advance!

Hi @damilola,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


@media (min-width: 768px){
    body.archive .site-main article.post,
body.archive .site-main article.post,
body.blog .site-main article.post,
body.blog .site-main article.post {
    width: 50%;
    float: left;
}
body.archive .site-main article.post,
body.blog .site-main article.post{
    padding-right: 25px !important;
}
body.archive .site-mainarticle.post,
body.blog .site-mainarticle.post{
    padding-left: 25px !important;

}
body.archive .site-main article.post .post-inner-content,
body.blog .site-main article.post .post-inner-content {
  padding: 25px;
}
body.archive article.post:nth-child(even),
    body.blog article.post:nth-child(odd) {
    clear: left;
    }
    body.archive nav.navigation.pagination,
    body.blog nav.navigation.pagination {
    clear: both;
}
}


Best Regards,
Movin

Thanks bro am gonna check that right away!..thanks for your fast assistance!

You are most welcome here :slight_smile: