Hello @bellhogar
Thank you very much for using our plugin. When you display the options with images in a dropdown field, it is transformed into another control type (Select2), and some styles defined in the theme active on your website are not been applied to this control.
To modify the Select2 control to have the same height as other controls in your form, please, enter the style definition below through the “Customize Form Design” attribute in the “Form Settings” tab (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png)
#fbuilder .select2-selection.select2-selection--single,
#fbuilder .select2-selection.select2-selection--single .select2-selection__rendered,
#fbuilder .select2-selection.select2-selection--single .select2-selection__arrow,
#fbuilder .select2-selection.select2-selection--single .select2-selection__rendered>span{
min-height:38px;
border-radius: 3px;
}
Best regards.