• Resolved lilacsun

    (@lilacsun)


    Hello,
    Is there something I can add to my child css so that the sharing buttons are on the same line as the text that says ‘Share this’?
    They were all on the same line before this latest update, and now the sharing buttons are appearing below. If the there is something I can add to my css so that they are once again on one line (instead of two), that would be great! Thanks so much. 🙂

    https://wordpress.org/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Howdy,

    You can try something along these lines:

    .sharedaddy .sd-title,
    .sharedaddy.sd-content {
    	float: left;
    	line-height: 1.2;
    }
    
    .sharedaddy .sd-content {
    	margin-top: 10px;
    }
    
    .sharedaddy .sd-title {
    	padding-right: 30px;
    }
    
    .sharedaddy {
    	clear: both;
    	overflow: hidden;
    }

    That should get you pretty close.

    Cheers!

    Thread Starter lilacsun

    (@lilacsun)

    This works perfectly! Thanks for the terrific support, and best to you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sharing buttons on same line as 'Share this' text’ is closed to new replies.