social share is stacking strangely

The floating social is stacking strangely – see twitter. Also – what's the css to affect the background colors, etc… to have it work with the site?

  • Predrag Dubajic
    • Support

    Hey Jason,

    Hope you’re doing well today :slight_smile:

    Could you go to Settings > Floating social and scroll down to Additional CSS field and in there paste this CSS code:

    #wdsb-service-twitter {
    display: inline-block;
    margin: 5px auto;
    }

    .wdsb-item iframe {
    min-width: 50px!important;
    }

    #wdsb-share-box {
    background: #fff;
    }

    This should put all icons in place and change background to white, if you want to change background color just use desired HEX color value instead of fff in code.

    Best regards,

    Predrag