This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Width of Time columns
Started 15 years ago by daviddelmonte | 3 posts |
-
I have created a form using the standard time function hh : mm (am/pm).
The AM/PM selector is too narrow and is cropped. Is there a way to widen it?
Thanks
David
Posted 15 years ago # -
Yes, you can use CSS. View the HTML source of your form, get the id of your AM/PM dropdown.
Let say the id is element_1_4 -- then add this code:
#element_1_4 { width: 7em !important; }
you can adjust the width as needed.
MachForm Founder
Posted 15 years ago # -
5em works great.. Thanks!!
Posted 15 years ago #
Reply
You must log in to post.