• Resolved meggo4all

    (@meggo4all)


    Hi there,

    I love the new social share bar, but am wondering – can I make it switch sides (have it sit on the left side of the article instead of the right side)?

    Also, currently all counters show 0 for some reason, even when that’s incorrect. Any idea why this would happen?

    Lastly, since counters show 0, is there a way to have counters only turn on after hitting a certain number of shares? Or, alternatively, is there a way to simply turn off the counter?

    Thanks,

    – Meg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello meggo4all,

    You can do this by adding the following CSS code to your custom stylesheet.

    .entry.share {
        padding-left: 100px !important;
        padding-right: 0px !important;
    }
    
    .sharrre-container {
    	left: -750px !important;
    }

    As for the social counter, I suspect that JavaScript is being blocked by something.
    If you want to remove the counter all together, please add the following CSS code to your custom stylesheet.

    .sharrre-container .count {
    	display:none !important;
    }

    I hope this helps.
    Take care! 🙂

    Thread Starter meggo4all

    (@meggo4all)

    Thanks!

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

The topic ‘Adjust Social Share Bar’ is closed to new replies.