Yes, thank you – that’s worked for me!
I edit in WP plugin editor section and I don’t know is it was exactly 168 line, but I add !Important to followong rules:
/*** START DEFAULT THUMB UP/DOWN STYLE ***/
.lbg-, .unlbg-, .lbg-default, .unlbg-default {
width: 16px !important;
height: 18px !important;
}
AND
/** START Style3 STYLE **/
.lbg-style3 img, .unlbg-style3 img{
width: 16px !important;
height: 18px !important;
float:left;
}
because I am using Style3.
Thanks!