Title: [Plugin: Sociable] CSS bug &#038; solution
Last modified: August 19, 2016

---

# [Plugin: Sociable] CSS bug & solution

 *  [robferrer](https://wordpress.org/support/users/robferrer/)
 * (@robferrer)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-sociable-css-bug-038-solution/)
 * I have an issue with the CSS in my template and sociable. I can fix it by changing:
 *     ```
       .sociable ul li {
       	background: none;
       	display: inline !important;
       	list-style-type: none;
       	margin: 0;
       	padding: 1px;
       ```
   
 * to
 *     ```
       .sociable ul li {
       	background: none;
       	display: inline !important;
       	list-style-type: none;
       	margin: 0 !important;
       	padding: 1px;
       ```
   
 * (adding !important to the margin).
    Possibly worth adding this to the main code?

Viewing 1 replies (of 1 total)

 *  [Joost de Valk](https://wordpress.org/support/users/joostdevalk/)
 * (@joostdevalk)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-sociable-css-bug-038-solution/#post-937572)
 * Hmm yes. I’ll do that for the next release! Thanks!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Sociable] CSS bug & solution’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [Joost de Valk](https://wordpress.org/support/users/joostdevalk/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-sociable-css-bug-038-solution/#post-937572)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
