Okay so yesterday I posted about a grid error I was getting, but now when I try to put a div after the grid squares. Their css is:
But see all the code here: http://jsfiddle.net/W2tBa/1/
I want the footer be extended as the header is but aslo have the cushion of 3px on the top. Also jsfiddle is displaying it correct so im not sure whats going on.
For some reason the jsfiddle is working but on my computer it isn’t. I am running XAMPP on my MacBook. Ill try real quick and see what happens on my website. See it is the same on my website here: http://harrisonbh.com/new/ it still doesn’t work.
//Ignore this StackOverflow is making me put this here
Using
clear: bothon thefooterdiv fixes it.