I'm having problems centering the thumbnail content. Can't get anything to work and now I'm all out of ideas. I've asked around on various forums and nobody knows a method of centering content where i have text above and below thumbnails in a row. I'm stuck!
You've got a lot of divs there! This fixes it for me. You may need to change the width slightly, but regardless, it needs to be given a width in order to center itself.
You could set them in their own div that has a fixed width of say four of the images plus margins. Then center that div in the #content-inner. That would keep you from having overflow problems of other elements like the header and footer.
Your layout starts breaking between 3 and 4 images right now as it is. You'll need to set a min-width on the entire layout.
Basically do just what EW said but just set the images in their own div in the #content-inner
Rather than floating them left you could use display: inline-block but it's not very well supported e.g. it only just gained support in FF3 and IE only supports it for elements that are naturally inline or have been set to inline outside the declaration block.
Bookmarks