0
Anonymous
0 Subscribers
Submit Answer
1 Answers
Best Answer
0
you can make your post format like this by writing some CSS. We have an input field where you can write your CSS. Kindly follow the screenshot and copy and paste the CSS code into the field to achieve the format.
Screenshot: https://i.imgur.com/ZUB9B2x.png
@media(max-width: 750px){
.related-post .post-list .item{
display: flex !important;
}
.related-post .post-list .item .post_title{
order: 2 !important;
}
.related-post .post-list .item .post_thumb{
max-width: 180px !important;
order: 1 !important;
margin-right: 20px !important;
}
}