Home Forums Theme support FOOTER AJAX WIDJET CONTACT FORM Reply To: FOOTER AJAX WIDJET CONTACT FORM

Hi,

yes, saw the problem on your website, but no worry, it is very easy to solve. You can open the file “style.css” in the theme folder and add this css code:

@media only screen and (max-width: 479px) {
#footer #contactFormWidget > *, #footer #contactFormWidget input, #footer #contactFormWidget > textarea {
display: block;
float: none;
clear: both;
text-align: center;
width: 100%;
}
}