Vertically allign text in Table Cell in bootstrap studio

I want to allign this text in the vertical center of the Table Cell.

With allignment I can only allign horizontally.
image

Best would be if this was possible without editing the code.

If you haven’t already removed the duplicate id dataTable, remove it from the responsive div that wrap the table.
On the table add the class align-middle like this

You can add Vertical Alignment to table cell elements, so you can add the class align-middle to the table row element or each individual cell

Thank you this worked.