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

Question

Question

Aligning Checkbox Fields Three Per Line

asked on November 1, 2022

I am trying to figure out what CSS to use to get these columns headers to align horizontally and vertically on the first and second row of checkboxes. I searched the LF Answers but didn't see an example like this or wasn't able to apply to my situation. I am using Laserfiche Forms Professional Version 11.0.2201.20436.

Any suggestions? 

0 0

Answer

SELECTED ANSWER
replied on November 1, 2022

Usually I apply the following to any field I place inline/side-by-side.

.inlineField {
  display:inline-block;
  vertical-align:top;
}

Aligning to the top helps with the situation you're seeing as well as other things you'd run into like items shifting down when a field in the "row" has a validation error message.

0 0
replied on November 1, 2022

Thank you, this worked! I had to figure out where to place it in the CSS (novice) but got it all set. Appreciate the help!

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