Sep 26, 2022 6:14 pm
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
Sep 26, 2022 6:30 pm
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)