How-to and Troubleshooting
3
Posts
2
Users
1
Reactions
314
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