Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

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

Please let me know how to adjust it. Se attachment

2 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 years ago

Active Member
Posts: 3

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