You are viewing limited content. For full access, please sign in.

Question

Question

center column headers in a table

asked on June 21, 2021

My table class is table1:

.table1 th {text-align: center;}

not working...  

0 0

Answer

SELECTED ANSWER
replied on June 21, 2021

Try the following:

.table1 th {text-align: center!important;}

 

1 0
replied on June 21, 2021

Oh the all important !important;  Thank you.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.