Changing Form Title Size and Submit Button Position
-
Hi there, I’m hoping you can help.
How can I do the two following things via CSS?
1. Change the size of the “Apply for this position” title in CSS, without affecting the other headlines on my (local) site?With possibly an alternative of changing the heading tag to another one?
2. Align the submit button to the right of the form. I’ve tried the code below, but it doesn’t work:
.awsm-application-submit-btn {
text-align: right !important;
}Note: float moves the button, but creates other issues.
Much much thanks,
igster
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Changing Form Title Size and Submit Button Position’ is closed to new replies.