Sep 28, 2022 3:27 pm
We have WPML running on The7 theme and a forum running 2.06
Language Switcher is working as drop-down in Desktop but unfortunatelly not in Mobile version.
Question:
1. Is this a compatibility problem with WPML? In the7 theme things are working
2. If not possible with current WP Foro - how could we show different forum menus for mobile and desktop?
you can check things on www.livetube.tv/forum
Thanks
Sven
2 Replies
Sep 28, 2022 3:40 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)