-
evensbelizaireDemandé le 15 mai 2024 à 00:25
-
William Jotform SupportRépondu le 15 mai 2024 à 00:37
Hi evensbelizaire,
Thanks for waiting. About your question here, I suppose you are still referring to the same form. To make the City and Postal code sit next to each other, you can inject this CSS code into your form:
.form-address-table div:nth-child(n+3) {
width: 49% !important;
display: inline-block !important;
}
If you need to learn how to inject CSS codes in a form, you can follow the steps from this guide.
Once you have successfully added the code your form should appear like this:
Give this a try and let us know if you have more questions or need more help.