Contact form not responsive
-
The contact form of my site is not being responsive.
How to resolve this problem.
This is what I have done to make it responsive.
@media only screen and (min-width : 767px)
{
.wpcf7-email,
.wpcf7-text,.wpcf7-tel, .wpcf7-form-control.wpcf7-select,.wpcf7-form option, .wpcf7-form- control.wpcf7-textarea {
max-width: 100%;
padding: 10px 1px !important;
background:#c42a91;
color:#fff;
}
.slotholder{
width: 100%
position: relative;}.project_inner{
color: #fff;
}.cmsms_project_header.entry-header > h4 > a{
color: #fff;
}
}
The topic ‘Contact form not responsive’ is closed to new replies.