CF7 submit button is never centered
-
I’ve built 4-5 sites with CF7 and I love it but am always annoyed that the submit button is never centered.
Latest example listed with this bug report. Prior example: https://wordpress.org/support/topic/chrome-textarea-and-submit-button-not-centering/
After carefully inspecting the output, it’s clear that the button is being bumped leftwards because the browser is seeing the spinner (wpcf7-spinner, SPAN tag in the HTML) and centering it as if it were a visible object displaying along with and just to the right of the button.
This should not be default behavior and IMHO needs to be fixed.
Sadly I’m not a CSS wizard but I did figure out that this code DOES fix the problem and still displays the spinner. Is it good form? Probably not:
.wpcf7-spinner {
visibility: none;
position: absolute;
}The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.