• Resolved mistacup

    (@mistacup)


    Hello;

    at my website the buttons are not showing if i minimize the browser width to mobile size.
    They are going to be invisible and the website is then no more responsive
    Check the website I shared – it′s a test-website.
    If you minimize the browser then your buttons will go away and the button from other plugin will still be visible at right bottom.
    Can you fix that?

    Thanks for response

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor socialtech

    (@socialtech)

    I checked your website on multiple devices with different screen resolutions. The icons are always rendered correctly, in the right position (center-bottom), see https://www.screencast.com/t/UC2964wFPdgs

    Thread Starter mistacup

    (@mistacup)

    also – how is it possible to change the z-index? because it′s under the menu bar at the top and the menu is fixed and showing anytime too
    the buttons are not clickable because they are behind the menu

    Plugin Contributor socialtech

    (@socialtech)

    Please add this rule:

    div#sfsi_floater {
    z-index: 999999!important;

    }

    in your theme’s CSS section.

    Does that solve the issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icons not responsive’ is closed to new replies.