Hi, I've set up the forum on my website here https://www.classtrips.co.uk/community/ it looks fine on the desktop but on a mobile phone the page is displaying very narrow making it hard to read. The statistics at the bottom of my page display fine, I've checked your site on my mobile and it looks fine.
Any suggestions on what I can do?
Thanks
It seems you use custom CSS code to change content and sidebar width. And this code is not adapted for mobile devices. Please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it delete all caches and press Ctrl+F5 on forum frontend:
@media screen and (max-width:600px) {
#wpforo #wpforo-wrap .wpforo-content{width:100%; }
#wpforo #wpforo-wrap .wpforo-right-sidebar{width:100%;}
}
Thank you - that works great!
Is there a way to make the left content slightly wider and the right content frame slightly narrower? I see you forum is set up this way.
Thanks