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.
1 Like
obijuan
(Juan Machado)
2
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
system
(system)
Closed
4
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.