Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] Widget title bug

3 Posts
2 Users
0 Reactions
1,001 Views
Posts: 4
 Sean
Topic starter
(@sean)
Active Member
Joined: 5 years ago

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.

https://www.hytalespy.com

2 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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. 

Posts: 4
 Sean
Topic starter
(@sean)
Active Member
Joined: 5 years ago

@sofy that got it! thank you very much you