Hi @vinodkrsetty,
This always works in that way.
I may suggest you the two solutions:
1. Use the “My Profile and Notifications” Widget. This widget is very flexible. All components can be disabled. For guests this widget displays [login] and [registration] buttons with different widget title. You can change widget titles too. Also, you can fully disable this widget for guests and keep it only for logged-in users.
More info here: https://wpforo.com/community/postid/36034/
2.Use the code provided in this post: https://wpforo.com/community/how-to-and-troubleshooting-2/on-mobiles-how-to-show-full-top-menu-so-all-links-are-visible-and-not-the-menu-button/
Profile and notifications widget somehow ok. I tried your other option custom CSS.
I copied entire code and pasted in the custom CSS and tried couple of times it didn’t work.
No response on forum tool bar including home page.
Hi @vinodkrsetty,
Below is provided another code that’ll work fine.
@media screen and (max-width: 620px){
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu {
display: flex !important;
}
#wpforo #wpforo-wrap #wpforo-menu .wpf-res-menu {
display: none !important;
}
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu, #wpforo #wpforo-wrap #wpforo-menu #wpf-menu {
position: static;
}
}
However, if you use the code you’ll need to write additional custom CSS codes and make the menu items smaller, so we don’t recommend you use it.
As far as the wpForo menu is a regular WordPress menu I’d also suggest you use some additional plugins for this. I’ve found the following plugin. Please checked it.
WP Mobile Menu — The Mobile-Friendly Responsive Menu: https://wordpress.org/plugins/mobile-menu/