Is there any way to increase the width of my forums’ mobile version.
It doesn’t fill the the with of most mobile phone browsers (like this forum does).
See screenshot.
Hi Louie,
It's made by WordPress theme design on our website. The width on your website come from your WordPress Theme page design. We can help you with some small CSS code to remove that space. This is not a wpForo issue, this is a theme issue, so we need your forum URL to debug your theme CSS code. Please leave some URL
http://www.cappersinfo.com/forums/
The problem with the narrow width on mobile browsers only happens on the forum pages; no other pages on my theme.
-If I use my theme's "default" template on my created forum page....
1. The width of the forums on mobile browsers is perfect.
2. However, the problem is that my theme's "default" template includes a sidebar, so on PC browsers, there is a big sidebar from my theme next to my forum pages. See Photo Here
-If I use my theme's "Full Width" template on my created forum page.....
1. It removes the sidebar and the forums look perfect on the PC browser.
2. However, the problem with the narrow width on mobile browsers is there. See Photo Here
Thank you for the help.
Hi Louie,
-If I use my theme's "default" template on my created forum page....
1. The width of the forums on mobile browsers is perfect.
2. However, the problem is that my theme's "default" template includes a sidebar, so on PC browsers, there is a big sidebar from my theme next to my forum pages. See Photo Here
Have you tried to remove the sidebar from Dashboard > Appearance > Widgets admin page?
-If I use my theme's "Full Width" template on my created forum page.....
1. It removes the sidebar and the forums look perfect on the PC browser.
2. However, the problem with the narrow width on mobile browsers is there. See Photo Here
In this case, please navigate to Dashboard > Forums > Settings > Styles admin page, 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 {
padding: 10px 1px !important;
}
}
Hi @louie,
I don't recommend to remove the codes just add the code I've provided in this post.