Posts and category pages with 2 columns!

Hello,

I was searching the forum to get Posts and category pages with 2 columns in Sparkling and found this post:

https://colorlibsupport.com/t/help-posts-and-category-pages-with-2-columns/

I followed the guidelines and my posts were now arranged in 2 columns, but in the first row of second column I get the button “OLDER POSTS”.

Can you please tell me how to bring this button below the grid of posts.

Thank you, in advance.
Regards
Abhi

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

here is the link:
https://www.eigenplus.com/blog/?customize_changeset_uuid=806825f6-3a6d-4ba8-b202-b9d057264358

hey there

Please add this CSS in appearance - customize - additional CSS

.pagination {
display: block !important;
}

Thanks!
Colorlib Support Team

Thanks for the quick reply. The above fix resolved the issue partially. I still have a blank cell in the first row of second column.

hi

this part f the code:
@media (min-width: 768px){
body.archive article.post:nth-child(even), body.blog article.post:nth-child(odd) {
clear: left;
}
}
must be changed to this:

@media (min-width: 768px){
body.archive article.post:nth-child(even) {
clear: left;
}
}
@media (min-width: 768px){
body.blog article.post:nth-child(odd) {
clear: none;
}
}

Thank you so much for the help. The code works perfectly and I learned a bit about CSS.

Cool :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions Thanks!

If you’re happy with our service, don’t forget to rate us: [Sparkling] Reviews | WordPress.org