Title: Header CSS Code
Last modified: September 1, 2016

---

# Header CSS Code

 *  Resolved [c7esty](https://wordpress.org/support/users/c7esty/)
 * (@c7esty)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/header-css-code/)
 * Hi Robin,
 * I noticed that on your blog you have the sharing buttons header over to the left
   of the buttons rather than centered above them.
 * Would you tell me how you did that? I’m sure it’s a css thing, but I don’t know
   how to set the code up for that. I would appreciate you sharing that information.
 * Thanks.
 * [https://wordpress.org/plugins/scriptless-social-sharing/](https://wordpress.org/plugins/scriptless-social-sharing/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Robin Cornett](https://wordpress.org/support/users/littlerchicken/)
 * (@littlerchicken)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/header-css-code/#post-7661415)
 * That’s just an h3, and the plugin doesn’t actually style it at all, so I’m guessing
   your theme headings are generally centered–the heading will use the theme styles.
   You can target it with CSS like this, though:
 *     ```
       .scriptlesssocialsharing h3 {
       	text-align: left;
       }
       ```
   
 * That should push the button heading to the left without affecting other headings
   on your site. Hope that helps–
 *  Thread Starter [c7esty](https://wordpress.org/support/users/c7esty/)
 * (@c7esty)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/header-css-code/#post-7661484)
 * Thank you for the support. I’m going to send you a donation soon.
 * Hopefully, you will get more people to jump on board. You have a great plugin…
   one of the best.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Header CSS Code’ is closed to new replies.

 * ![](https://ps.w.org/scriptless-social-sharing/assets/icon-256x256.jpg?rev=1361689)
 * [Scriptless Social Sharing](https://wordpress.org/plugins/scriptless-social-sharing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scriptless-social-sharing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scriptless-social-sharing/)
 * [Active Topics](https://wordpress.org/support/plugin/scriptless-social-sharing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scriptless-social-sharing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scriptless-social-sharing/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [c7esty](https://wordpress.org/support/users/c7esty/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/header-css-code/#post-7661484)
 * Status: resolved