View Single Post
  #4 (permalink)  
Old Sep 16th, 2006, 18:24
karloff karloff is offline
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 158
Thanks: 1
Thanked 0 Times in 0 Posts
Re: Some Allignment Changes with my template

alter your CSS of these div's to look like this

Code: Select all
/* left side (main content) */
.left {
    margin: 0 2% 20px 3%;
}

/* navigation */
.nav {
    right: 3%;
    text-align: center;
    width: 17%;
}

this should do it and still keep some space either side
Reply With Quote