Notifications
Clear all

wpForo 1.x.x [Solved] Notifications in Profile Widget Cut Off

4 Posts
3 Users
0 Likes
576 Views
Posts: 9
 cmwd
Topic starter
(@cmwd)
Active Member
Joined: 3 years ago

Hello

See attached imaged. When there are multiple notifications, then the drop down cuts off at the second widget and displays behind it. Is there any way to make it display in front of?

Thanks, Caleb

3 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @cmwd,

This is a WordPress theme CSS conflict. Please leave a URL to that page.

Posts: 9
 cmwd
Topic starter
(@cmwd)
Active Member
Joined: 3 years ago

Thanks for getting in touch. You can find the URL here:

https://dinkheads.com/thekitchen/

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4310

@cmwd,

Please use the CSS code below:

.wpforo-widget-content{
overflow: auto !important;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.