select dropdown control floating labels

Issues related to forms.
Post Reply
Weldon
 
 
Posts: 3
Joined: Thu Sep 03, 2020 3:15 am

select dropdown control floating labels

Post by Weldon »

Using a select dropdown control, no matter what font size I use with floating labels it seems to cut off the lower case letters like a "y". Even if I increase the size of the box or remove the padding. Anything I am missing?
User avatar
crispy68
 
 
Posts: 3056
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: select dropdown control floating labels

Post by crispy68 »

I do see what you are saying. For some reason it is adding bottom padding in the select box which is causing this. The padding for the select box only adds to this. There seems to be some default padding added.

You can right click on the Select box --> Object HTML --> Custom CSS and add:

Code: Select all

padding-bottom:0;
Weldon
 
 
Posts: 3
Joined: Thu Sep 03, 2020 3:15 am

Re: select dropdown control floating labels

Post by Weldon »

Great that fixed it. Thanks I appreciate the help
Post Reply