• Resolved quantaweb

    (@quantaweb)


    Hello! I love this plugin. But I’d like to increase the space between buttons; how would I do that? I’d like 15 pixels between them.

    Thanks for your help!

    • This topic was modified 5 years, 6 months ago by quantaweb.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    If you are using the [new] flexbox based layout, adding this CSS to your theme, or the additional CSS panel in the Customizer, should do it:

    
    .scriptlesssocialsharing__buttons a.button {
        margin-right: 15px;
    }
    

    If you are using the [older] table based layout, you can add this CSS instead:

    
    .scriptlesssocialsharing-buttons {
        border-spacing: 15px 0px;
    }
    

    The layout choices are “Button Container CSS” on the plugin settings page. Hope this helps you get started.

    Thread Starter quantaweb

    (@quantaweb)

    Thanks, Robin! That works, and is indeed a good start.

    Now I need to figure out a way not to have the gap on the far left and right sides as well (since I’d like the buttons to span the width of the page).

    Thanks again!

    Thread Starter quantaweb

    (@quantaweb)

    Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘adjust space between buttons?’ is closed to new replies.