Forgive me, I am very new to CSS. I love the Olive Green theme (many thanks) but would like the text to be wider on the screen. I tried changing the width in
'#box { background:#fff; border:8px solid #fff; width:500px; table-layout:fixed; margin:0 auto; padding:0; }'
but that just pushed everything to the right. Any way to keep the fixed width aspect but give the text more room?
(I also tried changing '#wrap { width:500px; margin:20px auto; padding:0; }' with no success either.)
Many thanks!
