It's not complicated at all. Tip of the hat to Andy at VB com for putting me on to this.
Code:
.toplinks {
position:absolute;
{vb:stylevar right}:{vb:math {vb:stylevar padding}*2};
right: 140px !important; /* changed by andy added */
top:247px;
font: {vb:stylevar header_font};
text-align:{vb:stylevar right};
}
Put that in additional.css. Then just edit the numbers till you get it where you want it. Keep in mind though that that also affects where the log in will sit. The numbers already in the code I posted put my toplinks in the navbar. Depending on your header size it may not put it in the same place. Just play with the settings till you get it where you want it.
TaDa...
http://www.animeappeal.com/?styleid=106
You might need these also. They go in the same place.
Code:
.remember {
font-size: {vb:math {vb:stylevar font.fontSize}-3}px;
color: black;}
.logindetails {
padding: 0 {vb:stylevar padding};
text-align: center;
background: transparent !important;
height: 21px !important;
}