Notifications
Clear all

wpForo 1.x.x [Solved] Post title toooo huge on mobile phone view

3 Posts
2 Users
0 Reactions
649 Views
Posts: 3
Topic starter
(@seeky)
Active Member
Joined: 5 years ago

Please let me know how to adjust it. Se attachment

2 Replies
Sofy
Posts: 5006
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @seeky,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS Code" textarea, save it, delete all caches and check again.

@media screen and (max-width: 480px){
h1#wpforo-title {
font-size: 12px !important;
}
}

Please change the red marked code before using.

Also please try on incognito mode. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

1 Reply
(@seeky)
Joined: 5 years ago

Active Member
Posts: 3

Thank you very much! now it's working well.