Hi all! Hope everyone is well!
I'm looking to find out if I can re-size a box that asks users to input a dollar value in my survey?
Specifically, I'd like to increase the width of each box containing the '0's. I have looked at the code, but can't see where I could make this change?
Any ideas are more than welcome - many thanks in advance!
Dianna
Page 1 / 1
If it's a matrix question. Use the following CSS to change its width:
.Skin .Matrix .CS td input,.Skin .Matrix .RO td input{width: 3em;text-align:center;}
However, from the screenshot, it appears that your firm is already using some custom CSS, due to which it may cause conflicts.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.