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.
How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
580
Views
Mar 26, 2024 2:29 pm
I use wpforo
How can I fix it so that the letters don't stick to the edges?
my web is ThaiForexTrading Viewed in mobile view is not normal.
2 Replies
Mar 27, 2024 8:54 am
Use this CSS code:
@media screen and (max-width: 620px){
#wpforo #wpforo-wrap {
padding: 10px 15px !important;
}
}
Insert the code in the "Custom CSS Code" textarea located in the Dashboard > wpForo > Settings > Colors & Styles tab.
The red-marked values can be changed as you like.
Also, please try in incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately