Hi dhsabillon, at the moment you have those two fields set to 15%. If you change it to 100% it will fit and look the same as the other fields. The name of the two ids that you need to change are id=”fscf_field3_68″ and also id=”fscf_label3_69″.
element.style {
width: 15%; <==== change this to 100%
}
Good morning mrbrsolution,
I guess I didn’t explain myself well, I apologize 🙁 I know I currently have those fields set to 15% because I purposefully wanted them to look small since those fields are just for people to type in 1 letter (their middle name initial). Instead of making the field 100% to make them look like the rest, what I was hoping to do was that the next field next to it, would take its place, partially and spacially. Just like in the image below:
http://4cflorida.org/wp-content/uploads/2015/06/fields-like-i-want-them.jpg
Please let me know if you can help me. I hope to hear from you soon!
~Daniela
Hi Daniela, thank you for making it more clear what you want. You can try adding the following. You will also need to add a similar setting to the field adjacent on the right hand side, of course adjusting the left: value to suit your requirements.
position: absolute;
left: 414px;