Jul 10
Contact form 7 button hover
With no hover icon set the text is being pushed to the left slightly on hover. I see this in the CSS - which looks like it's meant to give space for an icon.
.dsm_contact_form7_1.et_pb_module .wpcf7-form-control.wpcf7-submit:hover {
background-color: var(--gcid-secondary-color);
padding-right: 2em;
padding-left: 0.7em;
}
Completed