1
I am using the phpkaox theme on one of my websites and have a custom block for my main entry page text. I didn't want all the text centered but could not find anything in the css to fix it, so I enclosed the text in p align=left tags and that worked. I wanted a little more spacing at the margins so I tried putting everything in a table to control it with cellpadding. Just using the table made it move a few pixels but more cellpadding does nothing. I also tried setting the width of the table as 85% and that did nothing.
How can I adjust this margin?