I’ve created a form using Conditional logic for some fields to displaying 4 on a line with the gf_xxx_quarter Custom CSS feature. When I have some drop down fields, they are not the same height as say a text field. That makes the line look strange.
I’ve run into this before. I’m not sure why it happens, though I think it’s the browser that’s doing this, but I just added some CSS to adjust the padding on those inputs and it was good. Do check it on a bunch of OS/browser combinations in case you need to make the CSS browser dependent.
I’ll check it out some other browsers, I’d hope it was consistent on the popular ones. I’m not a CSS person, so not sure what / where to put it. Care to share you trick if it’s not too much code?
Either put it in your child theme’s stylesheet or if your theme has a place for CSS edits you can put it there.
I use Windows/Chrome and also checked Firefox. Both have this issue.
P.S. This would apply it to all dropdown select fields on your site. If you have some that don’t need this CSS then you’d need to be more specific to the page or those particular fields.