• Hi Robin so thanks for this plugin!

    I would like your guidance on how to center the buttons below the content text box.

    Can you let me know how? Link to my site is given. Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter vs2020

    (@vs2020)

    Hi Robin earlier as advised I already have this code in my CSS:

    .scriptlesssocialsharing__buttons a:not(:last-of-type) {
    margin-right: 15px;

    }

    Now I read the previous post, and there is a suggestion code to center the icons as follows:

    .scriptlesssocialsharing-buttons {
    margin: 0 auto;
    }

    But this is not working. Can you help please? Thanks!

    Plugin Author Robin Cornett

    (@littlerchicken)

    Your buttons are displayed in a flexbox container, so you should be able to add this to your additional CSS panel instead of the margin rule you posted:

    
    .scriptlesssocialsharing__buttons {
        justify-content: center;
    }
    

    Hope that helps you get started–

    Thread Starter vs2020

    (@vs2020)

    Thank you so much Robin! Things worked fine! I’m grateful ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center the sharing buttons’ is closed to new replies.