View Single Post
(#6 (permalink))
Old
Zurahn is Offline
Private
Points: 154, Level: 2 Points: 154, Level: 2 Points: 154, Level: 2
Activity: 0% Activity: 0% Activity: 0%
Zurahn is an unknown quantity at this point
 
 
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jan 2008
January 1st, 2008

The changing differential is due to your use of 1% in the header class in your CSS. Change that to a fixed value (13px) and it will stay constantly aligned.

Change
.header {margin: 0px 1%;

to
.header {margin: 0px 13px;