Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author webtechideas

    (@webtechideas)

    There is a conflict with your theme. Please open wti_like_post.css file which is present inside css folder of our plugin using a text editor.

    Search for .watch-action img (around line 7) and put the code like this

    .watch-action img {
        border: medium none !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    Search for .lbg-style3 img, .unlbg-style3 img (around line 168) and put the code like this

    .lbg-style3 img, .unlbg-style3 img {
        float: left;
        height: 18px !important;
        width: 16px !important;
    }

    This should work for you. You can also change as per requirement or to fix the issue you are having.

    Thanks

    Thread Starter enucos

    (@enucos)

    Thank you for your reply, now is working.
    Sorry for the long time to reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too many thumbs’ is closed to new replies.