March 17, 2015 at 5:15 am
#23196
Theme Horse Support Team
Keymaster
Hi filipa.martins,
Remove the above css and paste this current CSS
.wpcf7-validates-as-tel {
padding: 10px;
border: 1px solid rgba(0, 0, 0, 0.05);
width: 100%;
margin: 0 0 30px;
background-color: #f9f9f9;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
border: 1px solid rgba(0, 0, 0, 0.05);
width: 100%;
margin: 0 0 30px;
background-color: #f9f9f9;
height: 50px;
}
Thank you!