Bug in your CSS file
-
The CSS of your plugin have a silly mistake, due to which, it breaks the layout of most of the website.
File:
https://sharecdn.social9.com/v2/css/os-share-widget-style.css
last 2nd line: It uses the general property with “!important” Sign:
div.os-share-counter-widget span,div{vertical-align:bottom!important;}Instead it should be:
div.os-share-counter-widget span, <strong>div.os-share-counter-widget div</strong>{vertical-align:bottom!important;}Please fix this issue and let us know at your earliest. otherwise most of the developer will move to another plug-ins like this.
P.S. I can understand that this is a very small bug that happens due to your designer/developer team and can be easily fix. So, if possible please let us know the status of this issue.
The topic ‘Bug in your CSS file’ is closed to new replies.