How-to and Troubleshooting
        
    
    
                    
                        
                        3                    
            Posts
        
        
                    
                        
                        3                    
            Users
        
        
                    
                        
                        0                    
            Reactions
        
        
                    
                        
                        2,649                    
            Views
        
        Sep 29, 2018 3:07 am
                        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!
                         2 Replies                    
                Sep 29, 2018 8:09 am
                        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.


