Hey,
I am working on a new template for my site. I'm trying a "modular" approach, where every element is in it's own box with background, etc. Check it out to see for yourself here: GotMex.net
I need help with the sidebar because I have not been able to figure out how to center each of the elements in it. Right now, they are all aligned left which looks fine, but a centered alignment would make it look much more modular like I want it. I know how to center elements using CSS, but only by giving them a specific width and using the "margin-left: auto; margin-right: auto;". In this case, I want the width's of each element to be unspecified so that they can grow or shrink depending on font-size the user uses.
I have tried many things and I am starting to think this might not be possible so any help would be greatly appreciated.