Notifications
Clear all

wpForo 1.x.x [Closed] Mobile Formatting Issue!

3 Posts
3 Users
0 Likes
1,912 Views
Posts: 10
Topic starter
(@rotarytoairlines)
Active Member
Joined: 6 years ago

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!

Topic Tags
2 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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.

1 Reply
(@nikaplikasi)
Joined: 5 years ago

Active Member
Posts: 7

Let me just say that this plugin is working ok, until I inspect it in mobile view, as well as through my mobile phone. The words in the title at the top in mobile view overlap each other, as if the margin between them is non-existent. You can refer to the attachment given. here is the link to my webpage https://aplikasi.us/forum/

Appreciate it if you can help me with this.