Skip to content

Instantly share code, notes, and snippets.

@CoeusCC
Created December 27, 2012 21:17
Show Gist options
  • Save CoeusCC/4392058 to your computer and use it in GitHub Desktop.
Save CoeusCC/4392058 to your computer and use it in GitHub Desktop.
Using CSS to hide buttons in the SocialCount plugin has the unintended side effect of preventing the Google Plus button from functioning properly. I recommend using `display:block` until a better solution is identified.
.socialcount .button {
display: block;
width: 100%;
position: absolute;
left: 0;
bottom: -6px;
text-align: center;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment