PDA

View Full Version : Align Nav links


CAphotos
Mar-05-2009, 05:45 PM
How can I align my nav links so that the end of "contact" is aligned with the end of the box on the homepage and throughout the site? Thanks for taking the time!

Allen
Mar-05-2009, 05:58 PM
How can I align my nav links so that the end of "contact" is aligned with the end of the box on the homepage and throughout the site? Thanks for taking the time!
Add this as the first navcontainer rule in your CSS.

#navcontainer {
position: relative;
margin: 0 auto;
width: 360px;
left: 200px;
}