How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
664
Views
May 10, 2024 11:23 am
On mobile, the "post/views" text is weird on the forum. "V" appears to be overlapping with "/" and "s". I uploaded a screenshot. How do I fix this? Remember, it only happens on mobile. It also happens on all the categories.
The link is here: https://sexoffendercareers.com/community/general-discussion/
A photo of the issue is attached.
2 Replies
May 11, 2024 8:18 am
@media screen and (max-width: 620px){
#wpforo #wpforo-wrap .wpforo-content .wpforo-section .wpforo-topic-head .head-title{
width: 60% ;
}
}
@media screen and (max-width: 620px){
#wpforo #wpforo-wrap .wpforo-content .wpforo-section .wpforo-topic-head .head-stat-views,
#wpforo #wpforo-wrap .wpforo-content .wpforo-section .wpforo-topic-head .head-stat-posts,
#wpforo #wpforo-wrap .wpforo-content .wpforo-section .topic-wrap .wpforo-topic .wpforo-topic-stat-views,
#wpforo #wpforo-wrap .wpforo-content .wpforo-section .topic-wrap .wpforo-topic .wpforo-topic-stat-posts{
width: 12% ;
}
}
add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS