AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
4
Posts
2
Users
1
Reactions
185
Views
3 Replies
Mar 02, 2026 12:51 pm
Hi,
You can display it using the CSS code below:
@media screen and (max-width: 480px) {
#wpforo #wpforo-wrap .wpf-sbtn.wpf-sb-top {
display: block !important;
}
}
