XenForo How to center attachments with css

  • Thread starter Thread starter PhineasD
  • Start date Start date
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...