For some reason, The text inside the table still is not centered. Why? How do I center the text inside the table?
To make it really Clear: For example, I want "L
I had the same problem and a better way to solve it without using !important was defining the following in my CSS:
!important
table th.text-center, table td.text-center { text-align: center; }
That way the specifity of the text-center class works correctly in tables.
text-center