How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
1,017
Views
Mar 02, 2019 6:07 am
Hi ,
I installed the plugin and i really like it but i have a problem that it looks too narrow on mobile view.
I searched on forum and i think its something to do with my theme but i dont know how to fix this or add in CSS.
can anyone help this?
https://hojulocal.com.au/community/
thank you very much.
2 Replies
Mar 02, 2019 7:46 am
Hi @hongchan88,
yes, this comes from your active theme. Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches, and check it.
@media only screen and (max-width: 479px){
.container {
width: 100% !important;
}
}
Mar 02, 2019 10:12 am
thank you so much
it works well!!