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.
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
Worked perfectly after I cleared the cache.
Thanks for the help!!
Hi Micheal0424!
Glad we could help :)
If you need further assistance please let us know.
Cheers!
Victoria