• Resolved c7esty

    (@c7esty)


    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://ww.wp.xz.cn/plugins/scriptless-social-sharing/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    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

    (@c7esty)

    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.