Page 1 of 1

select dropdown control floating labels

Posted: Fri May 09, 2025 10:41 pm
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?

Re: select dropdown control floating labels

Posted: Fri May 09, 2025 10:54 pm
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;

Re: select dropdown control floating labels

Posted: Sat May 10, 2025 11:44 pm
by Weldon
Great that fixed it. Thanks I appreciate the help