Notifications
Clear all

wpForo 1.x.x [Solved] Close Gap between wpforo menu and main menu

7 Posts
2 Users
0 Reactions
643 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: 3627
(@chris)
Famed Member
Joined: 3 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: 3 years ago

Famed Member
Posts: 3627

@kuyawing,

provide Forum URL please.

(@kuyawing)
Joined: 3 years ago

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

Famed Member
Posts: 3627

@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