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

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of the buttons via CSS, by adding custom CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    If you’re not familiar with CSS, I’d be happy to give you the code to use, but I’d need to know your site URL to be able to know what code will work in your posts.

    Thanks!

    Thread Starter Brian

    (@womensradio)

    Thanks Jeremy! The site in question is womenscalendar.com and an example post containing the use of the plugin can be seen at https://womenscalendar.com/2015/06/ladies-looking-ahead-for-the-week-of-june-15-2015/

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Something like this should do the trick:

    .entry-content div.sharedaddy {
    		margin: 0 30%;
    }
    
    @media only screen and (max-width: 768px) {
    	.entry-content div.sharedaddy {
    		margin: 0;
    	}
    }
    Thread Starter Brian

    (@womensradio)

    perfect Jeremy —?thanks a bunch!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center on Page?’ is closed to new replies.