Three Forms One CSS File
-
Ok, here’s the dilly. . .
I have three forms on my site. One is the comment form, one is a newsletter subscription form, and one is a contact (via email) form.
The subscription form is in the “menu” div where the calendar and everything used to be. The contact form has it’s own page, but I’ve modularized the WP code so that it’s header/content/footer. So when you’re on the contact form page, you still see the subscription form over there to the right.
The problem is that I’m definitely no CSS whiz and while I’ve got it mostly sorted out by this point (thanks for the help – you know who you are) there’s still a couple issues.
One being that the “ok” or submit button expands to the same width as the input fields. I want a nice neat little button, not a big ass thing that spans the page. I tried giving it it’s own class in the PHP and then CSSing that, but it doesn’t seem to make a difference.
The other (I think maybe related) problem is that the footer on the contact page rides half way up the page. I tried forcing it to the bottom, but that didn’t quite work.
Any ideas? Please?
- The topic ‘Three Forms One CSS File’ is closed to new replies.