I am trying to display a table with 4 columns, one of which is an image. Below is the snapshot:-
The following appears to work:
table td { vertical-align: middle !important; }
You can apply to a specific table as well like so:
#some_table td { vertical-align: middle !important; }