OK GOT IT FOLKS!
For those having problems with this mod using vBSEO simply search in templates (vbseo_buttons.css) for :
.vbseo_buttons
replace:
Code:
.vbseo_buttons {
clear: both;
font-size: {vb:stylevar small_fontSize};
position: relative;
}
with:
Code:
.vbseo_buttons {
font-size: {vb:stylevar small_fontSize};
position: relative;
}
and also replace:
Code:
.vbseo_buttons .vbseo_liked {
border-color:#D5D5D5 #B3B3B3 #999999;
border-style:solid;
border-width:1px;
background: {vb:stylevar postbit_userinfo_background.backgroundColor} url(vbseo/resources/images/forum/vbseo_like.png) 5px center no-repeat;
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
border-radius: {vb:stylevar border_radius};
clear: both;
display: block;
padding: {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} ;
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2.5};
margin: {vb:stylevar padding};
<vb:if condition="$stylevar['textdirection'] == 'rtl'">
background-position: right;
</vb:if>
}
with :
Code:
.vbseo_buttons .vbseo_liked {
border-color:#D5D5D5 #B3B3B3 #999999;
border-style:solid;
border-width:1px;
background: {vb:stylevar postbit_userinfo_background.backgroundColor} url(vbseo/resources/images/forum/vbseo_like.png) 5px center no-repeat;
-moz-border-radius: {vb:stylevar border_radius};
-webkit-border-radius: {vb:stylevar border_radius};
border-radius: {vb:stylevar border_radius};
display: block;
padding: {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} {vb:math {vb:stylevar padding}-3} ;
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2.5};
margin: {vb:stylevar padding};
<vb:if condition="$stylevar['textdirection'] == 'rtl'">
background-position: right;
</vb:if>
}
And of course follow the instructions in the first post. Working perfect for me now.
ENJOY!
PS.: UPDATE: WORKS ON 4.1.3. WITH VBSEO 3.6.0
PS.: UPDATE: WORKS ON 4.1.11 WITH VBSEO 3.6.0