Well, if you don't have access to your CSS, then you can replace
HTML Code:
<div class='widget-content'>
with
HTML Code:
<div class='widget-content' style="font-size: 1.3em;">
And if you do have access to the CSS, add
Code:
.widget-content {
font-size: 1.3em;
}
- Steve
__________________
if($stevej == "helpful") { $talkupation += $user_power; }
|