Notifications
Clear all

wpForo 1.x.x [Solved] How to change the width (padding) of body content?

7 Posts
3 Users
0 Reactions
6,676 Views
writetoyogen
Posts: 78
Topic starter
(@darjeeling)
Estimable Member
Joined: 6 years ago

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

6 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

HiΒ @writetoyogen,

Please follow this support topic:Β 

https://wpforo.com/community/how-to-and-troubleshooting-2/full-width-error/

1 Reply
writetoyogen
(@darjeeling)
Joined: 6 years ago

Estimable Member
Posts: 78

I am sorry but I think I might have been mistaken. I want a full stretch forum with sidebar Intact. When I choose 'Full Width' in Page attributes my sidebar is hidden.

So to make myself clear I just want to remove the extra white space on the left and right side of the forum.Β 

Please checkΒ Β  https://wpforo.com/community it also has lots of space wasted on its left and right side.

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

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.

writetoyogen
Posts: 78
Topic starter
(@darjeeling)
Estimable Member
Joined: 6 years ago

Thank you so very much. I have been customizing Wordpresss and WpForo.

Site Url: www.solvedanswer.com/community

Β 

Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

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;
}
Page 1 / 2