Hey there,
This is probably not due to the most recent update to Virtue Premium, but it has only appeared after I updated the Theme.
I have two Contact Forms on my site, both with identical settings (aside from text and backgrounds/colours). One is working perfectly, but the other has an issue with the Submit Button.
The Submit Button on the form on the front page loads fine, but then it immediately “jumps” to the left a few pixels. This is only the case on some devices such as Laptops and PCs. Mobile looks and behaves fine.
The only CSS I have relating to the forms are the following
span.wpcf7-not-valid-tip {
display: none;
}
span.wpcf7-not-valid-tip-no-ajax {
display: none;
}
.div.wpcf7-response-output, div.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-not-valid{
border: 2px solid #333333!important;
background: #FFF3C7!important;
}
div.wpcf7 img.ajax-loader {
display: none;
}
But I can’t see how that would affect that one Submit Button, and why it would only affect one Form, so it’s probably not that?
Any help would be great. Thanks!