Notifications
Clear all

[Solved] No hamburger menu on Mobile Version

4 Posts
3 Users
3 Reactions
714 Views
Posts: 9
Topic starter
(@joseemm96)
Active Member
Joined: 2 years ago

Hello, I can't get the CSS to make the hamburger menu work. if you to https://forosfinanciados.com/ you can see under ''Empresas de Fondeo'' there is a submenu but it disappears in the mobile version.

 

This happened after I changed the WPForo menu

3 Replies
Tutrix
Posts: 1496
(@tutrix)
Noble Member
Joined: 5 years ago

@joseemm96

add this to custom css

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li > ul {
display: block !important;
}}

Dashboard > Forums > Settings > Colors & Styles (Custom CSS)

2 Replies
(@joseemm96)
Joined: 2 years ago

Active Member
Posts: 9

@tutrix Thank you so much, I wasn't targeting the right element.

 

Issue fixed

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1212
Posted by: @joseemm96

@tutrix Thank you so much, I wasn't targeting the right element.

 

Issue fixed

The guy is a legend!