I'm trying to force a custom html text box to the right, but it is not changing no matter what I use:
I've tried rightAlign in the Addvanced tab and I've tried the following CSS examples and none of them make a difference. What is the right code or combination will make this work?
- #q101 .cf-field {padding-left: 467px;}
- #q101 .cf-input {padding-left: 467px;}
- #q101 input {padding-left: 467px;}
- #q101 input {padding-right: 467px;}