Notifications
Clear all

wpForo 1.x.x [Closed] login register bubble blocked by divi menu

3 Posts
3 Users
0 Likes
1,760 Views
Posts: 4
 hphi
Topic starter
(@hphi)
Active Member
Joined: 7 years ago

https://studywise.co.uk/questions/

the login register bubble is blocked by the menu since the last update. Any ideas how to fix this?

many thanks

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

Please navigate to Dashboard > Forums > Settings > Styles Tab, put this CSS code in Custom CSS Code textarea, then delete all caches and do Ctrl+F5 on forum-front:

#wpf-msg-box {
     top: 90px!important;
}
Posts: 237
(@mrsamg)
Reputable Member
Joined: 8 years ago

I'm interesting on the outcome of this one because I intend to implement a similar floating main menu at the top of my site shortly.

It seems the issue here is that the wpForo messages that flash up in the top right corner are underneath these floating menus, rather than appearing below.