Replies: 0
Hello,
I’m using contact form 7 and installed it which looked like that:
So I wanted the width to increase so it matches with my theme width. I added this code and obtained the result shown in the pic below
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
width:200%;
}
I was happy until I realized that the form wasnt responsive anymore, and would look ugly on a tablet or smartphone:
My php skills are super basic, so I please need help with increasing my contact form width while keeping it responsive.