Sep 06, 2019 10:24 pm
Testing out the report content feature.ย
Using Chrome Browser. Any ideas?ย
5 Replies
Sep 07, 2019 5: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 11:16 am
Hi Robert, you can find it at gamedevhq.com/communityย
Sep 08, 2019 9:01 pm
Hi Robert, we have no custom CSS added to our wpforo.ย
Any suggestions?ย
Sep 09, 2019 8:53 am
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;
}