http://www.w3schools.com/css/css…
wordpress questine thing
fixed it by setting the
width: 90%padding-left: 10%
well
If using widths in % always use padding in the/margin in % unless v.good at maths
Either put the padding on a div inside your header or add box-sizing:border-box; to your header class.
http://www.w3schools.com/cssref/…
thanks!