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

Question

Question

Forms - Unable to center header table text in form

asked on August 24, 2015

How can I center the header's text in a table? I am trying with a CSS like this but it doesn't change

th {   
   text-align:center;
}

CSS.png
CSS.png (6.03 KB)
0 0

Replies

replied on August 24, 2015

Try

 

.cf-table th {text-align: center;}

 

Cheers,

Carl

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

Sign in to reply to this post.