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] Forum Profile Widget display issue

4 Posts
2 Users
1 Reactions
959 Views
Posts: 24
Topic starter
(@andredebonk)
Eminent Member
Joined: 5 years ago

Hello

I have a problem when I press the notification bell, please see the screenshot attached

 

So when I press it, it shows a cropped notifications list, and it is impossible to scroll it.

 

Url where I have this problem:

https://420.bible/khalasar/

 

Please help to fix it.

Thank you

 

 

3 Replies
Posts: 24
Topic starter
(@andredebonk)
Eminent Member
Joined: 5 years ago

The text also doesn't fit the sidebar area

2 Replies
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@andredebonk,

The problem comes from your theme. Please put this CSS code in the Top Admin Bar > Customize > Additional CSS > Custom CSS Code textarea. Save it, delete all caches and check it:

.nk-widget {
    overflow: visible!important;
}
(@andredebonk)
Joined: 5 years ago

Eminent Member
Posts: 24

@robert Thank you a lot, that fully solved this issue 🙂