in style.css
code:
.wpcf7 {
border-width: 10px;
max-width: 700px!important;
height: auto!important;
background: transparent!important;
padding: 0px;
border: none!important;
}
change values in strings:
max-width: 700px!important;
height: auto!important;
or replace max-width to width if U wanna fix it.
-
This reply was modified 8 years, 1 month ago by abrikosof55.