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

Question

Question

Remove white space above field

asked on January 12, 2017

I am currently trying to remove the white space that is highlighted in yellow. The text above the blue box is a custom html field and the area that is in the blue box is a form field. I am currently hiding the form field that is above the input area for the field. If I attempt to change the height of the field the yes/no radio buttons are pushed down behind the text for the date form field. I have attempted to remove the padding for the top or adding padding to the bottom to push it up. Any assistance can help. Thanks!

0 0

Replies

replied on January 13, 2017

You can give the radio button a negative margin top to move it up. 

0 0
replied on January 13, 2017

@████████- can you share your form and/or code?

0 0
replied on January 13, 2017

I ended up using the following CSS.

#q<number> { display: none; height: 0px; }

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

Sign in to reply to this post.