Having a bash with blue print

Hello Forum

I am having a bit of a problem and am not sure what is going wrong

My header and my content don’t seem to line up

http://www.newzdog-soccer.com/new

I think it might be because I am experimenting with a css framwork

Anyway thankyou for looking

David

Because you have a 1px border on each side of the #wrap div, it blows the width out to 792px.

My suggestion would be to reduce the width of .span-20 to 788px, and eliminate .navbase, instead adding top padding to the #wrap div and adding the .navbase background image to that div instead.

That’s the problem with frameworks and you must make sure your content fits exactly into the framework.:slight_smile:

You shouldn’t really change parts of the framework to suit your design (unless you are 100% sure of what you are doing) because all the other rules depend on everything else being set up correctly.