Skip to main content

Table element: how allign text in cells vertically?

Comments

2 comments

  • Ariel H.

    Hi Marek,

    Thank you for reaching out to us.  Please try adding the below custom CSS in the project settings - https://imgur.com/pCKwB6a
    Don't forget to save your changes and let us know if this works for you.

    tr.brz-table__tr {
        vertical-align: top;
    }

    td.brz-table__td {
        vertical-align: top;
    }

    Best regards,
    Ariel H.

    0
  • Marek Kopecky-1

    Aaaaaaaahaaaaa,

    it is the “tr.brz-table__tr“ and “...td“ element 

    Great, it is exactly what I needed. As I wrote – there is a way to do it for sure, but I overlooked how :)

    Thank you for your time and help

    M.

    0

Please sign in to leave a comment.