June 19, 2021 at 5:13 pm
#89693
Theme Horse Support Team
Keymaster
Hi the5krunner.com,
Thank You for loving our Theme. Cheers! 🙂
and Please go to ‘Appearance > Customize > Additional CSS’ and Paste the below Custom CSS code.
@media (max-width: 767px) {
.post-boxed.inlined:not(.main-post) {
padding: 0;
}
.post-boxed.inlined:not(.main-post) .post-img-wrap {
margin-bottom: 0;
width: 140px;
height: 100px;
}
.post-boxed.inlined:not(.main-post) .post-content {
padding-top: 10px;
padding-right: 10px;
}
.post-boxed.inlined:not(.main-post) .post-content .entry-title + .entry-meta {
margin-bottom: 0;
}
}
Thanks