Hi Shufflehound Team,
I’ve been struggling to have contact form 7 fields expanding to the entire available width of a column. They seemed to be stuck, keeping the width defined by the data input size.
I somehow managed to get the result I wanted, using the following custom CSS code:
.wpcf7 div,
.wpcf7 span,
.wpcf7 form,
.wpcf7 p,
.wpcf7 label
{ width: 100%; }The result can be seen here, at the bottom of the page:
http://www2.anja-foerster.com/de/home-de/
Without the above CSS code, all form fields shrink to half the width, although the containing column is much wider.
I’m just concerned, that the solution I found is pretty cumbersome and might not be very stable… would there be a better, cleaner way to do it?
Attachments:
You must be
logged in to view attached files.