Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help positioning links over background image Re: Help positioning links over background image

#92635
Senff
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.