Trying to get my form set up (without being a CSS expert), I've managed to create the following input layout that is close to what I want:
https://i.sstatic.net/EjVAq.png
However, all input fields in the same group are the same size (1/2 for name group fields and 1/3 for each address group fields).
How can I achieve:
FirstName 1/3 . LastName 2/3 . (even with only 2 fields)
Address 3/6 . zipCode 1/6 . City 2/6 . (even with 3 fields)
What's the secret? Thanks for your guidance!