badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Contact Form 7; Size of the contact form;

#26131

Hi Petar,

Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
  width: 50%; 
}

You may change this width and by default its 100%
Hope this may help you
Thank you!