Mar 02, 2019 8:24 pm
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
Mar 02, 2019 8:25 pm
To be clear: I only want to remove the padding that is around the forum itself (between the forum and the websites container)
Mar 03, 2019 10:31 am
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).
Mar 03, 2019 12:05 pm
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?