Hi,
The below screenshot shows the drop-down field height is not the same as other fields. How can I fix this?
Hi,
The below screenshot shows the drop-down field height is not the same as other fields. How can I fix this?
Hey Abey,
First, inspect the other inputs and determine their height. You can also manually adjust the height from the following code and preview the changes to see if the size matches the other input fields.
Make sure to insert the code into your Child theme’s style.css file or in Appearance → Customize → Additional CSS.
Code:
.ginput_container_select select.gfield_select {
height: 40px !important;
}
Preview:
Give it a try, and let me know how that goes!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.