Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hey there,
I'm having a problem where some posts aren't being formatted/re-adjusted for mobile properly. For example, if you look at the SECOND post in this thread: https://rotarytoairlinegroup.org/forum/skywarrior/cmel-gouge-porter/ on mobile, there's only like 2-3 words per line. I realize this is partially to do with the bulleted list, but is there anything on my end I can do to make it more readable?
Thanks!
Try this CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea. Save it, delete all caches and pres Ctrl+F5 on forum front:
@media screen and (max-width:480px) {
#wpforo #wpforo-wrap .wpforo-post .wpf-right ul li {
margin: 2px 0px 2px 7px;
}
}
Then use mobile browsers private session to check. Mobile browsers do hard cache so you may not see the change. Use other devices or browsers to avoid caches on mobile.