Notifications
Clear all

wpForo 1.x.x [Solved] Removing the padding

8 Posts
2 Users
1 Likes
1,975 Views
Florian
Posts: 92
Topic starter
(@florian)
Estimable Member
Joined: 5 years ago

If I remove the padding on the #wpforo #wpforo-wrap element like this, will it only remove the padding around the forum itself, or will it have any unwanted side-effects like removing the padding from single elements within the forum?

#wpforo #wpforo-wrap {
/* padding default value: "10px 20px" */
font-size: 13px; width: 100%; padding: 0px; margin:0px;
}
7 Replies
Florian
Posts: 92
Topic starter
(@florian)
Estimable Member
Joined: 5 years ago

To be clear: I only want to remove the padding that is around the forum itself (between the forum and the websites container)

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10503

Then it should be fixed from theme side. We don;t know your theme wrapper classes to help you. You should contact to your theme support or leave some URL to allow us debug it.

Florian
Posts: 92
Topic starter
(@florian)
Estimable Member
Joined: 5 years ago

But I am specifically asking about the padding value in the #wpforo #wpforo-wrap element from the styles tab. It seems to work, but I am wondering if this will have any unwanted side-effects (I am not saying I found any).

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10503

You shoud not worry. There is no any side-effects.

Florian
Posts: 92
Topic starter
(@florian)
Estimable Member
Joined: 5 years ago

Just to make that clear: The padding of the #wpforo #wpforo-wrap element is only the padding on the outside of the whole forum container?

2 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10503

Yes, it is.

Florian
(@florian)
Joined: 5 years ago

Estimable Member
Posts: 92

Thanks a lot!