Hello @mjunes,
There are multiple alternatives, but as you can understand, I cannot customize your form appearance as part of the support service, and even worst, without see your form.
Please, try the following alternative, but if it is not sufficient to your project, I recommend you request a custom coding service from my private website (https://cff.dwbooster.com/customization)
– Assign a custom class name to the field whose label you want centering at middle, for example: centering-label
Note the class names are assigned to the fields through their attributes: “Add CSS Layout Keywords”
– and then define the new style through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png), similar to:
@media screen and (min-width:710px) {
#fbuilder .centering-label>label{line-height: 4em;}
}
Best regards.