How-to and Troubleshooting
4
Posts
2
Users
1
Reactions
6
Views
Mar 02, 2026 8:32 am
Hi everyone,
I enabled sharing social icons on the upper right side as shown in the attached image. I cannot see in the mobile screen.
3 Replies
Mar 02, 2026 8:51 am
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;
}
}