Forms - checbox and text showing on different lines

Hi @PKirova

Please use this CSS -

span.hs-form__field__checkbox__label-span {
margin-left: 10px !important;
}
label#LEGAL_CONSENT\.subscription_type_143579687-label-1 {
display: inline-flex;
width: 100%;
}

Hope this works for you.

Thanks!

Jasbir