Hi guys,
I have a CF7 contact form and placed the elements in the middle using CSS. Everything is great, but the submit button in the mobile version does not fit correctly, see photo. What can that be?
Thank you + best regards
Annemarie
Hey mary301187,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.wpcf7-spinner {
display: none;
}
}
Best regards,
Rikard
Hi Rikard, nothing has changed. the send button is still not centered.
Hi,
Try this instead:
@media only screen and (max-width: 767px) {
.wpcf7-spinner {
display: none !important;
}
}
Best regards,
Rikard
wow, it works. thank you very much!!!
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike