.blog-list .blog-categories {
float: right;
width: 25%; /* Adjust as needed */
margin-left: 20px;
}
.blog-list .blog-posts {
width: 70%; /* Adjust as needed */
float: left;
}
Previous
Previous
Next
Next