This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
Need a "Tiny" input box - CSS Help?
Started 8 years ago by pkirill | 3 posts |
-
Hi - I need to add a "tiny" text box in my form for small numbers. Something the size of one of the boxes in the phone field. I've tried a few different bits of css code in the theme editor but can't seem to get it to make a difference. The latest version was this: input#tiny { width=15px;}...
Any ideas on how to make it happen?
Thanks!
Posted 8 years ago # -
I figured it out... If I set it to small and column_4 or column_5 it shrinks the box to the size I need... BUT I would still like to know if it can be down with custom CSS :)
Posted 8 years ago # -
You can add this CSS code into your theme:
#main_body .tiny input.text{ width: 15px !important; }
Then simply apply the "tiny" class to any field you would like to set using the small width.
MachForm Founder
Posted 8 years ago #
Reply
You must log in to post.