Hi Lynne, I found the problem and fixed it, this is why you are not seeing it any more, I was fixing tea for my children so haven't had time to get on until just now.
I fixed it by doing the following.
forumbits.css
FIND:
Code:
.forumbit_post .forumstats li, .forumbit_post .forumstats_2 li{
font-size: {vb:stylevar mid_fontSize}{vb:stylevar font.units};
text-align: {vb:stylevar right};
padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}*2};
display:block;
}
IN-LINE FIND:
Code:
padding-{vb:stylevar right}: {vb:math {vb:stylevar padding}*2};
REPLACE WITH:
Code:
padding-{vb:stylevar right}: 5px;
Thank you again for this brilliant article, very helpful.