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.

 

[Solved] hi, how to adjust the layout on mobile, it looks really aweful

2 Posts
2 Users
0 Reactions
364 Views
Posts: 1
Topic starter
(@yancy1998)
New Member
Joined: 6 months ago

wpforo works well on laptop, but when I browse it on mobile, the layout looks so bad , how to adjust it ? is there any code/tool/plugin to solve this issue .

https://chinassistant.com/community/community-faq/what-is-the-service-difference-between-repacking-agent-and-shipping-agent-since-they-can-repack-for-me-as-well/

1 Reply
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

You can try the CSS code below: 

@media screen and (max-width: 620px){ 
    #main{
          padding: 0!important;
     } 
}

Insert the CSS Code in the "Custom CSS Code" textarea in the wpForo > Settings > Colors & Styles admin page.