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
