How can I make this:
Look like this:
I.e have the two fields and the sign in buttons side by side? Thanks
Give both fields a different class and assign to the most left one float:left;
HTML:
<input type="text" class="field1"/>
<input type="text" class="field2"/>
CSS:
.field1 {
float:left;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With