Hi @neopy,
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 your theme on the below path.
Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS
@media (min-width: 768px) {
.archive.category #primary article.post {
width: 50%;
margin: 0;
padding-right: 10px;
display: inline-block;
float: left;
}
.archive.category #primary article.post .post-inner-content{
border: 0;
padding: 0 0 30px;
}
.archive.category #primary article.post:nth-child(odd){
padding-right: 25px;
}
.archive.category #primary article.post:nth-child(even){
clear: left;
padding-left: 25px;
}
.archive.category #primary ul.pagination {
clear: both;
display: block;
margin: 50px 0;
float: left;
}
}
Best Regards,
Movin
You are most welcome here 🙂