• Resolved Sourabh Agrawal

    (@sourabhasct)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Sourabh Agrawal

    (@sourabhasct)

    Please use the following code instead of the one suggested above as it contains the “strong” tag due to this editor.

    Instead it should be:
    div.os-share-counter-widget span, div.os-share-counter-widget div {vertical-align:bottom!important;}

    Thread Starter Sourabh Agrawal

    (@sourabhasct)

    This Problem has resolved by their support team. I have receive the email as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug in your CSS file’ is closed to new replies.