Left align submit button with text fields
-
Hello there,
I’m sure this is an easy fix, however, I’ve tried all the possibilities I can think of, and yet the submit button still sits way off on the right out of alignment with the text fields. I’d like to align it left. I know it’s picking up my pre-existing CSS which floats all submit buttons to the right, but I want to be able to JUST align the contact form submit button to the left, not all my other submit buttons. Is there some easy way to do this that I’ve been overlooking? I tried adding something like:
.input.wpcf7-submit a. button {
float: left;
}to the CSS but it didn’t work. I also tried adding it within the plugin’s CSS, but this also didn’t work. At this point, I’d really appreciate some possible solutions. Thanks again guys!
website: https://www.thepeacetribe.com
(check under the ‘contact’ tab to see what I mean)
- The topic ‘Left align submit button with text fields’ is closed to new replies.