Space between plugins

Hi there,
Is there a way I can increase the space between 3 plugins I’m using under sparkling theme? If you see the screenshot attached, the lack of white space between plugins looks like the styling in messed up.

Hi @fabadmin,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it is displaying so that i can help you to add space between them?

Best Regards,
Movin

URL as requested…

You can try increasing space between them by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

.resp-sharing-button__link {
    margin: 2em 0.5em;
}

Thanks @Movin :slight_smile:

You are most welcome here :slight_smile: