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] Notifications in Profile Widget Cut Off

4 Posts
3 Users
0 Reactions
958 Views
Posts: 9
 cmwd
Topic starter
(@cmwd)
Active Member
Joined: 5 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 5 years ago

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

https://dinkheads.com/thekitchen/

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

Support Team
Posts: 5483

@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.