I'm setting up a site for my wife and have been unable to work out what needs to be done in the custom includes for a couple of changes.
On this page: http://roz-warren.net/rw/contact
I want the message text area to be larger (probably about 650px)
Also, the text below the checkbox for "Send me a copy" should appear beside, rather than below the checkbox.
I'm using FireBug, but am obviously not understanding what I'm seeing. I've tried
.cntctfrm_contact_message textarea {with:650px}
.cntctfrm_contact_send_copy label {display: inline-block}
and
#cntctfrm_contact_message textarea {with:650px}
#cntctfrm_contact_send_copy label {display: inline-block}
without success.
