Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #977254

    I am trying to have the text align in the middle of the table area. So far the only thing I have found that works is:
    tbody td {
    text-align: center;
    }

    But this only aligns the text in the center and not the middle like I want and it doesn’t align the text in the header row.

    I would like to have the header and the body text of the table to align in the middle.

    Any help is greatly appreciated.

    #977289

    Hey Micheal0424,

    Thank you for using Enfold.

    This css code should help.

    tbody td, tbody th {
        text-align: center;
        vertical-align: middle;
    }

    You may need to purge the cache and toggle the css/js compression in the Performance panel.

    Best regards,
    Ismael

    #977298

    Worked perfectly after I cleared the cache.
    Thanks for the help!!

    #977395

    Hi Micheal0424!

    Glad we could help :)

    If you need further assistance please let us know.
    Cheers!
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.