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 [Closed] Menu too tall

5 Posts
2 Users
0 Reactions
6,453 Views
Posts: 5
 dso
Topic starter
(@dso)
Active Member
Joined: 7 years ago

I have an extra line below my dashboard/menu items (see attachment). How do I get rid of this?

Thanks!

 

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

Hi  dso,

This is a CSS conflict with your theme. Please leave your forum URL to allow us to check it and provide some CSS solution for you. 

1 Reply
 dso
(@dso)
Joined: 7 years ago

Active Member
Posts: 5

https://dadstartingover.com/forums/

Using the Divi theme/builder.

Oh, and also can't get rid of the "FORUM" title up top (I turned that setting OFF).

Thanks!

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

dso,

Put the following CSS code in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea:

#wpf-menu {
    padding: 0 !important;
}

Delete all chaches do CTRL+F5 on frontend. 

Oh, and also can't get rid of the "FORUM" title up top (I turned that setting OFF).

This issue is already fixed. Please wait for the next update.

Posts: 5
 dso
Topic starter
(@dso)
Active Member
Joined: 7 years ago

Thank you very much! Appreciate the super quick response.