Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Change image alignment in table Reply To: Change image alignment in table

#276585
Paulie_D
Member

Your Codepen has no HTML so it’s hard to offer any help.

The CSS is of little use without that.

In general though an image can be centered by adding text-align:center to the td

I would say though that there is an awful lot of !important being used in the CSS and that’s not a good idea.