Jan 19, 2020 2:42 am
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
Jan 25, 2020 12:16 pm
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%;
}