Notifications
Clear all

[Solved] how to fix this

3 Posts
2 Users
1 Reactions
314 Views
allenbest51
Posts: 32
Topic starter
(@allenbest51)
Trusted Member
Joined: 9 months ago

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
Sofy
Posts: 4900
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

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

Reply
1 Reply
allenbest51
(@allenbest51)
Joined: 9 months ago

Trusted Member
Posts: 32

@sofyΒ  thankfullyΒ  This issue has been fixed.

Reply