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

Question

Question

Make check box align to the left

asked on July 30, 2014

 How would I make the check box align all the way to the left so there was no whitespace between it and the left side?

 

0 0

Answer

SELECTED ANSWER
replied on July 30, 2014 Show version history
#q[FIELD NUMBER HERE] > label:nth-child(1) {
   display:none;
}

That's for your CSS section. Change [FIELD NUMBER HERE] to the numeric value of the field number. 

 

Side Note: You may wish to check your spelling

2 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.