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

Question

Question

Align my table header ONLY?

asked on November 28, 2016

Apologises, this is a very basic ask but I haven't touched CSS in my forms in a while because I thought this particular one was 'complete'.

 

I centred my fields in my table (see attached) but now I just want to target my table header only. "Captain Signature" how do I target this only and align it left?

 

I have looked at previous posts but couldn't find what I was looking for.

Align Left.JPG
Align Left.JPG (35.21 KB)
0 0

Answer

SELECTED ANSWER
replied on November 28, 2016 Show version history

Hi Christian,

You will want to target the header text as follows:

#q353 .cf-section-header {text-align: left;}

 

1 0

Replies

You are not allowed to reply in this post.
replied on November 28, 2016 Show version history

hi Christian,

 

add this to your css:

 

#q353
{
  text-align:left;
}

 

You are not allowed to follow up in this post.

Sign in to reply to this post.