Notifications
Clear all

wpForo 1.x.x [Closed] With "Turn WordPress to wpForo", my home page does not show any margin at all

2 Posts
2 Users
0 Likes
860 Views
Posts: 124
Topic starter
(@mplusplus)
Reputable Member
Joined: 4 years ago

Hi there

Without "Turn WordPress to wpForo" left and right margins look good (please see good-margin.png).

With "Turn WordPress to wpForo" left and right margins disappear (please see no-margin.png).

Any help on how to fix this so with "Turn WordPress to wpForo", I still have margins like good-margin.png on both sides.

Thanks. 

1 Reply
Robert
Posts: 10498
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @mplusplus,

Could you please explain why you want to use the "Turn WordPress to wpForo" option. Have you tried to set forum on home page using the correct documentation: https://wpforo.com/docs/root/getting-started/forum-page/set-forum-on-home-page/

In any case, you can use a simple CSS code to add padding. For example:

#wpforo #wpforo-wrap {
     padding: 0% 5%;
}