@Tbworld i revert the change.
so my real question is where can i change this.
i want to put right: 0px;
PHP Code:
.toplinks {
position: absolute;
right: 20px;
top: 0;
color: rgb(0, 153, 255);
font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
text-align: right;
background: #25292c none;
}
i checked the stylevar, cant find anything.
i also check in the edit template, but i need lil help here.
ty again
David R.
--------------- Added [DATE]1400818239[/DATE] at [TIME]1400818239[/TIME] ---------------
Oyeah found it !
its in vbulletin-chrome.css
PHP Code:
.toplinks {
position:absolute;
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
top:0;
right: 0px;
color:{vb:stylevar toplinks_link_color};
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
background:{vb:stylevar toplinks_background};
}
i simply added
right: 0px;
Ty Lynne