Steve wrote:
Oh and there should be margins on the rest of the page of 7px. Do you see that they all disappeared... look at the action buttons they are jammed together. And all the paragraphs are squished up into each other.
You never made the change Steve. You still have the old CSS block.
http://misterwebguy.com/ResponsiveWebgu … -theme.css
h1,h2,h3,h4,h5,h6,p,img,div,table,blockquote,ul,ol,dl,a,button,form,textarea { margin:0px 0; }
table,a, button, label { width:100%; }
I said to change the code to this:
h1,h2,h3,h4,h5,h6,p,img,div,table,blockquote,ul,ol,dl,a,button,form,textarea { margin:7px 0; }
table,a, button, label { width:100%; }