I want to change the padding on the left right. So how do I do it?
There is a lot of gap on to the left and right side.
Please refer to the screenshot below.
Screenshot: https://screenshot.net/p87y8h1
HiΒ @writetoyogen,
Please follow this support topic:Β
https://wpforo.com/community/how-to-and-troubleshooting-2/full-width-error/
Hi @writetoyogen,
It's made by WordPress theme design in our website. The spaces on your website also comes 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 website URL to debug your theme CSS code. Please leave some URL.
Thank you so very much. I have been customizing Wordpresss and WpForo.
Site Url: www.solvedanswer.com/community
Β
HiΒ Yogen,
Please navigate to Dashboard > Comments > Settings > Styles admin page put the following CSS code in "Custom CSS Code" textarea, save it delete all caches do CTRL F5 on frontend.
div#content-inside {
width: 100% !important;
}
#wpforo #wpforo-wrap {
padding: 0px !important;
}