Notifications
Clear all

Upper Right Social Sharing Icons wont show in the mobile

4 Posts
2 Users
1 Reactions
6 Views
Roel Developer
Posts: 39
Topic starter
(@roel-developer)
Trusted Member
Joined: 2 years ago

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
Sofy
Posts: 5740
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

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;
    }
}

Reply
2 Replies
Roel Developer
(@roel-developer)
Joined: 2 years ago

Trusted Member
Posts: 39

@sofy Thank you bro. This works.


Reply
Roel Developer
(@roel-developer)
Joined: 2 years ago

Trusted Member
Posts: 39

@sofy Also, it mobile, once the FB icon is clicked, it redirects to the native app then to the mobile browser (Safari)

I hope it would just stay in the native app . This only for FB. The rest (X, Whatsapp) stays in the app. 

I hope that could be the case in the future updates.


Reply