I saw this brought up in an older post, with a solution posted. However, this is not working for me. My issue is that there is no spacing at the bottom of posts, so the user signature blends in with the content of the post. I was hoping to add spacing to the bottom of all posts using the below to increase the spacing to ~40-60px to keep them separate.
Even finding this in the page inspector it is greyed out and changing values (for any of the padding values) has no effect. Not sure if I am missing something here.
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content { padding: 10px 30px 10px 10px; }
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-signature {
margin-top: 80px;
Using this did it. My only grip is that it spaces the "Was edited by" lines up into the content area. This does not look clean. If it is possible to place this buffer in the post bottom instead I would prefer this.