List format with photo

0
List format with photo 1
Anonymous
May 12, 2022 08:26 AM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

Hello,

How can I leave it in this format on my cell phone?

https://imgur.com/a/tKJ8mYa

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
List format with photo 2
Azizul Raju
May 15, 2022
Flag(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;
}
}

 

Sign in to Reply
Replying as Submit