How-to and Troubleshooting
6
Posts
2
Users
1
Reactions
1,269
Views
May 07, 2021 1:56 pm
Hello,
I'm using the following code which works fine on the Forum but both left and right side padding isn't working on the Members and Profile pages.
#wpforo-wrap {
font-size: 13px; width: 100%; padding:20px 20px; margin:0px;
}
Can anyone please help?
Please see attached.
Thanks
5 Replies
May 07, 2021 3: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 8:08 am
Thanks again Tutrix ๐