My first installed template -- very good for beginners (actually I prefer the look of it over any of the others anyways). I just wanted to share the things that helped me:
Site: http://(sorry, site offline)/
Installation:
The template uses 99% width, and I prefer to have whitespace on the side, so knowing it's only a CSS adjustment, I opened up the CSS file until I found a %width attribute and changed it to one I liked better (750px in my case).
Here's the change:
Code:/*wrappers - page or section containers*/ #mainWrapper { background-color: #ffffff; text-align: left; width: 99%; border: 1px solid #ccc; }Code:/*wrappers - page or section containers*/ #mainWrapper { background-color: #ffffff; text-align: left; width: 750px; border: 1px solid #ccc; }![]()




