AI Search
Classic Search
Notifications
Clear all
Sep 07, 2019 2:24 am
Testing out the report content feature.

Using Chrome Browser. Any ideas?
5 Replies
Sep 07, 2019 9:59 am
It's seems you've customized wpForo CSS or some other CSS code from active theme affects wpForo. Please leave your website URL to allow us debug CSS conflicts. The screenshot can't help in debugging and fixing this issue.
Sep 07, 2019 3:16 pm
Hi Robert, you can find it at gamedevhq.com/community
Sep 09, 2019 1:01 am
Hi Robert, we have no custom CSS added to our wpforo.
Any suggestions?
Sep 09, 2019 12:53 pm
Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again. Press CTRL+F5 (twice) on the forum frontend before checking.
div#wpf_reportdialog {
width: 100% !important;
}
.ui-dialog .ui-dialog-titlebar {
padding: 0 1em;
}
.ui-dialog-titlebar-close:before{
line-height:36px
}
.ui-button.ui-dialog-titlebar-close{
top: 9px;
}