ok here, do this::
Go to SEARCH IN TEMPLATES ::: Select your Template
Find : .postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols
Select postbit.css , if you use Firefox , CTRL - F , and paste the same code , or just find it ... It will loook something like ..
Code:
.postbitlegacy .postfoot .textcontrols, .eventbit .eventfoot .eventcontrols {
padding: 3px 0 7px;
display:block;
background: {vb:stylevar postbit_foot_background};
_background-image: none;
font: {vb:stylevar postbit_control_font};
width: 100%;
height: 16px; <<--- CHANGE THIS VARIABLE TO WHATEVER YOU WANT
margin-{vb:stylevar right}: 10px;
}
and well, save it ..