Multi-Select Field [RESOLVED]

Hi,

I used the “Multi Select” field on my Gravity form, I styled it with Elementor but the multi-select field is not taking the height of other fields.

I’ve tried writing custom CSS but not working. Please someone should help.

Also, the border-radius couldn’t be changed.

Screenshot 2023-11-20 204604

1 Like

Hi, Abey.

Can you please share here a link to see your form?

Hi,

I’ve solved it myself. I used the following code. Appearance > Customize > Additional CSS.

.ginput_container_multiselect .gfield_select {
  height: 58px !important;}

.ts-control {
	border-radius: 8px !important;
}
1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.