Making a custom form fit correctly
-
Hey,
I’m trying to create an orderform on my WP-site. I’ve tried the different plugins but none of them seems to be able to complete this task.
This is the form I’m trying to add:
18 input-fields (25-40px) divided into 2 rows, so 9 per row.
Then name, email, subject and message.For the first two rows (which is the important part) I’m trying to use <td> for the different inputs, but it makes every <td> 217px wide automatically. I tried putting them into a <div> called “orderform” and then put .orderform td {width: 40px;} but it doesn’t work. So the form is ridiculously large and won’t fit into my design.
Any ideas on how to make this work?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Making a custom form fit correctly’ is closed to new replies.