Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
15 Views
Posts: 1
Topic starter
(@yancy1998)
New Member
Joined: 21 hours 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: 5085
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 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.

 

Reply