Hello,
Thanks for the response. Left-aligning the contact form worked perfectly.
The contact form submit button is still not working for me. When I inserted the css provided above it changed the button to that color when it’s not in the hover state and does not change when hovered over.
I would like it to remain gray as it is now, but change only the hover color (which is currently red-orange).
I tried the following but was unsuccessful:
.contactform .kad-btn-primary a:hover {
background-color: #f6ef2d;
}
Thanks again!