Quote:
Originally Posted by Justin M
In the navbar
&
Which do I edit? I don't want to edit the global font to make all the font the same. I only want it for the postbit username.
|
Play around with the pixels until you get it where you want it.
Code:
.toplinks {
position:absolute; {vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
right: 400px !important; /* changed by admin added */
top:350px;
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
}
Try adding this to additional.css for the font.
Code:
.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
font-size: 13px;
}
Change the px to your desired choice.