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!
I don't see wpForo on your website. You use wrong shortcode. The correct shortcode is [wpforo] not [forum].
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.Β
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;
}
}
Ah my bad on the link provided. That code helped me solved the problem though, thank you very much, awesome support!