asked on March 30, 2018
Hi Everyone,
I am looking to see if I can find the selector for the help text field width, and make it just a bit wider.
Here is the CSS I've used:
/* Display Charge Back Amount Fields Inline */ #q328, #q331 {display:inline-block;width:50%; vertical-align:top; padding-top:8px;} #q328 label {width: 50%;} #q328 .cf-field {width: 140px;} #q328 .cf-small {width: 90%;} #q331 label {width: 50%;} #q331 .cf-field {width: 140px;} #q331 .cf-small {width: 90%;}
And it has produced this:
My goal is to get that word Zero to show on one line, but with the other CSS, the help text field width doesn't seem to fit. It seems like it should be able to with a small amount of tinkering.
Thanks!
0
0