Notifications
Clear all

wpForo 1.x.x [Closed] Topic in mobile view problem

5 Posts
3 Users
0 Likes
1,297 Views
Posts: 7
Topic starter
(@nikaplikasi)
Active Member
Joined: 5 years ago

Hi awesome people,

The plugin is great so far but I have a tiny problem that I would like to solve. When viewed in mobile, the forum title suddenly overlaps itself, such as there is negative or no margin between the lines, as you can see in the attachment. Can anybody help me with this? The link to my site is https://aplikasi.us/forum

Thanks!

4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

@nikaplikasi,

I don't see wpForo on your website. You use wrong shortcode. The correct shortcode is [wpforo] not [forum].

Posts: 7
Topic starter
(@nikaplikasi)
Active Member
Joined: 5 years ago

Hi Robert,

I have corrected as instructed. Regarding my title, is there anything I cantry to solve that?. FYI, when it first load, it was fine (as attached here), then when it is completely loaded, the view became as I have shown you previously. 

Sofy
Posts: 4237
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

@nikaplikasi,

something is wrong with your website's URL structure. The https://aplikasi.us/forum this is not the right path. The correct path is  https://aplikasi.us /my/forum/.

 

Please navigate to Dashboard > Forums > Settings > Styles admin, put the following CSS  in "Custom CSS Code" textarea, save it delete all caches, and check again. 

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap h1 {
font-size: 19px !important;
}
}
Posts: 7
Topic starter
(@nikaplikasi)
Active Member
Joined: 5 years ago

Ah my bad on the link provided. That code helped me solved the problem though, thank you very much, awesome support!