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] Close Gap between wpforo menu and main menu

7 Posts
2 Users
0 Reactions
787 Views
Posts: 6
Topic starter
(@kuyawing)
Active Member
Joined: 3 years ago

Hi, how do I close the gap between the wpforo menu and the main menu as shown in red in the attached image?

Topic Tags
6 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @kuyawing,

Insert below CSS in Custom CSS Code Field from Dashboard > Forums > Settings > Styles Tab.

#content {
    padding-top: 0;
}
5 Replies
(@kuyawing)
Joined: 3 years ago

Active Member
Posts: 6

@chris Thank you for your response but this did not work.

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@kuyawing,

provide Forum URL please.

(@kuyawing)
Joined: 3 years ago

Active Member
Posts: 6
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@kuyawing,

#wpforo #wpforo-wrap {
    padding: 0 15px !important;
}
#main>p {
    margin: 0 !important;
}
(@kuyawing)
Joined: 3 years ago

Active Member
Posts: 6

@chris Thanks. Appreciate it