P PhineasD Well-known member Yesterday at 3:36 PM #1 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; }
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; }
P PhineasD Well-known member Yesterday at 4:24 PM #2 Solved it CSS: .bbWrapper > a > img {margin: 0 auto!important;display: block;} Upvote 0 Downvote