[Plugin: Sociable] CSS bug & 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)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Sociable] CSS bug & solution’ is closed to new replies.