The Extended Layout homepage of my forum is not responsive on mobile view.
The Post Titles are incomplete on mobile view on the homepage but are complete (break to another line on the category page).
From the attached, recent topics under News/Politics shows incomplete post tiles on mobile view but shows complete post title from 500px upward.
Please tell me how to fix it cos it makes my forum very bad.
Thanks
Please leave a direct URL to the forum page and explain the issue with some screenshot.
This is the working logic of wpForo. There is no any issue here. It'll look very ugly if the title length is not shortened. All is correct, this is a result of mobile adaptive design. Lots of components are hidden or shortened on small screens.
The topic length isn't shortened on the category page and it looks so nice, see the screenshot attached.
They are not the same. Don't you see the difference? The shortened one is a simple list of titles. Whatever, if you want to see the whole title insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
@media screen and (max-width: 480px){ #wpforo #wpforo-wrap .wpfl-1 .wpforo-last-topic-title { white-space: initial !important; } }
IMPORTANT: you'll not see any change on the mobile because the mobile browsers cache is very hard to reset. i recommend you use a new private/icognito session tab to check it.