Hi @zayn77,
Hope this message finds you well and thanks for the information.
After taking a close look I found the plugin Modern Events Calendar Lite uses the same class as Forminator:
.select2-container {
z-index: 9999999;
}
That value is forcing all Select fields to push in front of all elements. Kindly add this CSS at Edit your Form >> Appearance >> Custom CSS:
#forminator-module-33596 .select2-container{
z-index: 999;
}
Note that code is only for the Form share for other forms you might need to replace the 33596 with the form ID and add to the form (edit) Appearance >> Custom CSS.
For the Repeater Group field, currently no font option at Appearance, but you can use this CSS:
label.forminator-label.forminator-repeater-label {
font-size: 27px !important;
}
Let us know if you require additional assistance.
Kind regards,
Laura