Home › Forums › CSS › Help positioning links over background image › Re: Help positioning links over background image
December 13, 2011 at 3:18 pm
#92635
Participant
Position the #top-nav-container
with either:
margin-left:850px;
or:
float:right;
margin-right:150px;
or something like that, change those values if needed.