• Hi

    Thank you Robin for the excellent plugin. It is super lightweight, especially after the introduction of svg icons.

    Is there a way to place the sharing icons as a sticky footer on mobile and on side of the container page on desktop?

Viewing 1 replies (of 1 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    Sure, you can do that by just customizing the CSS. For example, I added just a few lines to my CSS and got the desktop idea going pretty quickly:

    
    .scriptlesssocialsharing {
        position: fixed;
        left: 0;
    }
    
    .scriptlesssocialsharing__buttons {
        flex-direction: column;
    }
    

    That’s a start, and depending on your setup, you may need to tinker with it more, and then adjust for mobile screens to change the anchor position.

Viewing 1 replies (of 1 total)
  • The topic ‘Sticky mobile placement’ is closed to new replies.