Which template would I be editing Lynne, as I can only find .toplinks in the replacement-vbulletin.ie.css templates. None of them show the Right: 20px setting. see below:
.toplinks .popupbody li {
border-top:none;
}
.toplinks {
float:{vb:stylevar right};
}
.toplinks ul.isuser .notifications .popupbody li a{
height:{vb:stylevar navbar_tab_size.height}px;
}
.toplinks ul.isuser .notifications .popupbody {
width:100%;
_width:auto;
}
.toplinks ul.isuser .notifications .popupbody li a span {
line-height: {vb:math {vb:stylevar navbar_tab_size.height}/2}px;
Could it be this one?
.toplinks {
position:absolute;
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
top:0;
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
|