XenForo How to center attachments with css

P

PhineasD

Guest
I'd like to center all article thumbnails using CSS (not BBcode). I'm using the following text, but it doesn't work.

CSS:

Code:
img.bbImage {
    margin: 0 auto;
}

Continue reading...