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;
}
To be clear: I only want to remove the padding that is around the forum itself (between the forum and the websites container)
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).
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?