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

    (@webtechideas)

    That is related to the success message after voting which just pushes it down as there is not enough space. So either you remove the “Thank you message” from the plugin configuration settings page or using css in your theme’s css file like below

    .status {
       display: none !important;
    }

    I would prefer for the css approach as there may be different messages as per your configuration setting.

    Please let us know if you still face any problem.

    Thanks

    Thread Starter EffectiveBusiness.org

    (@effectivebusinessorg)

    Hi!

    So many thanks for your reply. So many plugin authors don’t support their plugin’s well!

    That worked although of course I won’t have messages on any pages now but that’s acceptable.

    I’ve tried a few settings in my CSS file to move the ‘Thumbs’ icon down as now it seems to be sitting with 0 margin/padding (homepage only).

    Can you let me know what the thumb icon is called please? I tried .vote, .thumb etc.

    .thumb {
    margin-top: 5px!important;
    }

    Thanks!

    Thread Starter EffectiveBusiness.org

    (@effectivebusinessorg)

    OK was being lazy. I copied the plugin CSS to my custom CSS and messed with numbers till I found the right value (.lbg-style1 img, .unlbg-style1 img{)

    and added the following in my custom CSS file;

    .lbg-style1 img, .unlbg-style1 img{
    margin-top: 3px!important;
    }

    Thanks again!

    Thread Starter EffectiveBusiness.org

    (@effectivebusinessorg)

    Oh and for anyone with the same issue you will also need;

    .lc, .unlc {
    padding: 3px 0 0 6px!important;
    }

    To move the green counter (number of likes).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WTI moves down after clicking thumbs up?’ is closed to new replies.