Yes!
You were right.
I just had to change some more things to get it work exactly as digitalpoint.
Code:
padding: {vb:math {vb:math {vb:stylevar threadbit_iconsize.height}{vb:stylevar threadbit_iconsize.units} - {vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height}*2} + {vb:stylevar padding}}/2} 0 0 0 !important;
and min-height:39px;
And change these:
Code:
border-top: 1px solid {vb:stylevar body_background.backgroundColor};
to border-top: 0px;
Thank you!