XF 2.3 How to center attachments with css

PhineasD

Well-known member
Licensed customer
I'd like to center all article thumbnails using CSS (not BBcode). I'm using the following text, but it doesn't work.

CSS:
img.bbImage {
    margin: 0 auto;
}
 
Back
Top Bottom