Hi guys,
Thanks for WpForo fantastic work!
Doing some cleaning up to finish the site off and we have an annoying bug that only happens with any WpForo widgets where the title background is shorter than it should be only with WpForo widgets.
We've spent so long trying to work this out with no luck.
In the attached image the Recent posts widgets title bar background should be the same width as the one above.
Here is a direct link to the site just in case you need to take a peak. Any help even a push in the right direction would be great.
Hi@sean,
Please use the following CSS code. The issue should be solved:
div#wpf-widget-recent-replies {
margin:0 !important;
}
div.wpforo-widget-content{
margin:0 16px !important;
}
The CSS codes should be added in Top Black Admin Bar > Customize > Additional CSS textarea.
Please don't forget to delete all caches and press CTRL+F5 on the frontend before checking.