Comments 2yizhe123 started the conversationJanuary 18, 2022 at 3:01pmHow to make post meta in mobile appears in one line instead of two lines? 3,001PenciDesign repliedJanuary 18, 2022 at 3:48pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { .post-box-meta-single > span { display: inline-block; }}Regards,PenciDesign. Sign in to reply ...
How to make post meta in mobile appears in one line instead of two lines?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) {.post-box-meta-single > span {
display: inline-block;
}
}
Regards,
PenciDesign.