Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    You can customize the look of all the elements on your site by adding some custom CSS code to your theme stylesheet, or to your Custom CSS editor under Appearance > Edit CSS in your dashboard.

    To add some margin above the sharing buttons, you can use the following code:

    .sharedaddy {
    	margin-top: 50px;
    }

    That’s just an example, so feel free to customize the margin value to fit your needs!

Viewing 1 replies (of 1 total)

The topic ‘Increase space between Share buttons and Article’ is closed to new replies.