Hello,
We are having issues with the vertical alignment of the checkboxes in the GF forms. The form looks okay in the plugin preview window, but on the actual page it doesn’t mirror, so we figured the issue could be with Pro.
We’d like the checkboxes to be align on top, so they are all next to the first line of text (and not in the middle of the paragraph).
Here’s a screenshot of what we want:
This is how it currently looks on the page:
We tried adding this piece of code to Custom CSS:
.gform_wrapper ul.gfield_checkbox li input[type=“checkbox”] {
margin-right: 5px;
vertical-align: top;
}
It worked for the margins but the vertical-align item doesn’t change.
Thank you!