Quote Originally Posted by madalinejane View Post
Thanks Anne! That solved my footer problem. I am just doing some minor adjustments now. Could you tell me how do I make the text larger everywhere? I tried to edit the css stylesheet without any luck. I must be missing where to edit it. I edited this line...
Body{margin: 0;font-family: verdana, arial, helvetica, sans-serif;font-size: 250%;color: #444;background: #fff;}

However it did not work. If you would be so kind to help me I'd greatly appreciate it!

Thanks!
If you need to make more css edits, I recommend using firefox and its web developer tools, particularly firebug which will help you to find the line numbers and files that need editing.

Thanks,

Anne