Alignment of First Name, Last Name inputs
-
I’m my contact form, for the name field I have selected “First Name, Last Name” with the settings: Default: “First Name*==Last Name*”, the label is checked to be hidden, Default as placeholder and Inline is checked.
In the form on the web page, the Last Name field is to the right of the First Name field, as expected by the Inline setting, but the Last Name field is slightly higher than the First Name field (see for yourself here). I tried moving the Last Name input field down via CSS using several settings such as “
margin-top
” on#fscf_l_name1
, the ID of the Last Name field. I added!important
to that, too. I’ve even tried selecting the input’s div with this:#fscf_div_field1_0 + div:nth-child(2)
. (I started with the first ancestor div with an ID and drilled down to the next sibling and then second child).Nothing I’ve tried works.
There are a lot of styling settings available for FS Contact Form, so I’m wondering if maybe I’m just missing a styling setting that I could use.
Thanks for your help!
- The topic ‘Alignment of First Name, Last Name inputs’ is closed to new replies.