Help me figure out how to tweak this CSS web template?
I'm trying to use the free CSS-based template here for a site: http://www.wolf-howl.com/csstemplates/28/ Could someone please define for me exactly what values in the CSS declarations denote the positions and width of the page as a whole and the columns? I'm trying to adjust the width of each column to fit neatly in the browser and with each other, but some of the styles seem to have multiple width attributes and I'm not sure which to adjust. Help! Thanks.
Public Comments
- html>body #fullpage and #fullpage correspond with the width of the entire page html>body #lpanel and #lpanel corresponds with the width of the left column. But you have to look at the left margin (margin-left) of html>body #center and #center to see how far from the left side of the page the center column is. The width for the center is also here. The same goes for the right column. Just look at the margin-left of that to adjust its distance from the left side of the page. The same goes as above with the width.
Powered by Yahoo! Answers