Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Testing out the report content feature.Â
Using Chrome Browser. Any ideas?Â
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.
Hi Robert, you can find it at gamedevhq.com/communityÂ
Hi Robert, we have no custom CSS added to our wpforo.Â
Any suggestions?Â
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;
}