You can view the page at http://led.dlugosz.com/. I want to make the "Gallery" section centered in the available space, not flush left.
So, I added rules
margin-left: auto;
margin-right: auto;
and it seemed to work just right. But, when I did the same thing on another page, it didn't work at all, and I can't find any difference. Then, playing around with this page some more, I find that at different window widths it works, doesn't work, or does something very odd. What's going on here? More to the point, how can I accomplish this effect?
Thanks,
—John