P PhineasD Well-known member Aug 11, 2025 #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 Aug 11, 2025 #2 Solved it CSS: .bbWrapper > a > img {margin: 0 auto!important;display: block;} Upvote 0 Downvote