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] Menu location

3 Posts
2 Users
0 Reactions
1,086 Views
Vijiki
Posts: 28
Topic starter
(@vijiki)
Trusted Member
Joined: 3 years ago

I will like to change the menu drop-down position/behavior

I want the Wpforo menu to display in full when clicked, I wanna make it serve as my main menu

I want something like this when clicked 👇

Instead of this 👇

2 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

@vijiki,

Insert the below CSS in Custom CSS Code Field From Dashboard > Forums > Settings > Styles Tab:

#wpforo-menu .wpf-left ul#wpf-menu {
    width: 100% !important;
}
1 Reply
Vijiki
(@vijiki)
Joined: 3 years ago

Trusted Member
Posts: 28

Thanks