View Full Version : Move Top Links left
cbm3384
12-29-2010, 04:29 PM
I would like to align the top links to the left. Any ideas on how to do that?
Thanks,
Chris
dano9258
03-08-2012, 05:05 PM
Second this
_______
Disregard, figured it out
Amaury
03-08-2012, 08:44 PM
.toplinks {
position:absolute;
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
right: ???px !important; /* changed by admin added */
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
}
Simply change the ??? to the numbers you want. The higher the pixels, the more to the left the links will be.
qqebiz
03-16-2012, 12:29 PM
.toplinks {
position:absolute;
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
right: ???px !important; /* changed by admin added */
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
}
Simply change the ??? to the numbers you want. The higher the pixels, the more to the left the links will be.
Or just change the right to left and you can have it at 0
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.