Notifications
Clear all

[Solved] Weird text glitch

3 Posts
2 Users
1 Reactions
184 Views
Posts: 10
Topic starter
(@therealblatino)
Active Member
Joined: 4 months ago

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
Tutrix
Posts: 1431
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @therealblatino 

@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

 

1 Reply
(@therealblatino)
Joined: 4 months ago

Active Member
Posts: 10

@tutrix Hello, Tutrix

That appears to have worked although it only appears when I'm on WordPress. When I'm browsing my site outside of WordPress, it's gone. It's fine for now. Thank you for your help!