AI Search
Classic Search
Notifications
Clear all
3 Replies
Jan 23, 2018 11:18 pm
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content { padding: 20px 30px 10px 10px; }
Add this to the custom styles area of your theme. Note that the first padding value is for the top, so that is the one you want to change. The default is 10px. In the example above, I have changed it to 20px.
The easy way to remember the order of padding and margin values in CSS is to think of TRBL, pronounced like "trouble".
- T = Top
- R = Right
- B = Bottom
- L = Left
Hope that helps. 🙂
Jan 24, 2018 1:09 am
Thanks @Wendell it works right but i put it to the Styles options of wpForo and not in my theme. Any problem with that ?
Jan 24, 2018 1:29 am
Thanks @Wendell it works right but i put it to the Styles options of wpForo and not in my theme. Any problem with that ?
Oh yeah, I didn't even think of that. I would think that'd be just fine, and maybe even more appropriate than my suggestion.
