Quote Originally Posted by Sketchy View Post
Drop this into the current template stylesheet.css;
Code:
.legalCopyright { padding: 0.6em }
OK lets see if we can get past asking the same question over and over again. When ever anyone says "stylesheet" they mean the stylesheet that you are using for the site, in your case it would be the one we have been working in, "includes/templates/classic/css/stylesheet.css". Write this path down on a post-it note and stick it to your monitor. Now next, when someone says "drop this in your stylesheet" they mean to add it, but what you should do first is scan the stylesheet and see if the first part of the rule is in the stylesheet already and I believe that .legalCopyright is in there. So you would only add the part that is between the wavy brackets, padding: 0.6em; always remember to end the line with the ;

I want you to, in fact I insist, go to http://www.w3schools.com/css/css_syntax.asp and read this page.

OK schools out and you have your homework

p.s. Sketchy you forgot the ; some teachers assistant you are .....LOL