AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
6
Posts
2
Users
1
Reactions
1,862
Views
5 Replies
May 07, 2021 7:57 pm
@motorhype
that comes from the style.css of the wpForo Private Messages plugin
div#wpforo #wpforo-wrap {
padding-left: 0;
padding-right: 0;
}
use important then it works 😉
#wpforo #wpforo-wrap {
font-size: 13px;
width: 100%;
padding: 20px 20px !important;
margin: 0px;
}
May 08, 2021 12:08 pm
Thanks again Tutrix 🙂
