Home / Admin / Privacy checkbox field remains at the top line
Duplicate Snippet

Embed Snippet on Your Site

Privacy checkbox field remains at the top line

The following code snippet will ensure that the privacy checkbox remains at the top line if you have multiple lines in your privacy message.

Code Preview
css
html div#om-{{id}} #{{ns}}-field-privacy > label {
	align-items: flex-start !important; 
}

Comments

Add a Comment