• Resolved gokhankaradag

    (@gokhankaradag)


    1- How to show telegram icon only on mobile devices?

    2- When I enable floating social sharing and set offsets some resolutions ok for example 1920*1080 but when 1366*768 position float box slipping How to position fixed?

    3- How to enable Floating sharing interface only mobile responsive?

Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    1. Add following CSS in the Custom CSS option at Super Socializer > General Options page in admin area:

    @media screen and (min-width:783px){
    .the_champ_telegram_count, .theChampTelegramBackground{
        display: none !important;
    }
    }

    2. Sorry, nothing could be done about this, at the moment.
    3. You would like to check the Vertical floating bar responsiveness and Horizontal floating bar responsiveness options in Floating Interface section at Super Socializer > Social Sharing page in admin.

Viewing 1 replies (of 1 total)

The topic ‘Some Quesitons’ is closed to new replies.