As described in the title I am trying to split a form into two columns. On the left hand side there will be a Name/Email/Phone/ input and on the right a large text area.
I have tried setting percentages on the inidividual inputs but I could only get the small inputs to line up. Following this I tried adding a couple of HTML boxes above and below to create a right and left div but HTML boxes are placed inside list items.
I know this should be possible but I just can't seem to get my head around the CSS logic for it at the moment. Has anyone done this before or knows how it's possible?
The site is not live yet so I can't share the URL but I'm comfortable with CSS so I'm OK converting whatever you come up with to my specific classes and IDs.
Thanks in advance!