Hi all,
I'm new to this form plugin and am in the process of converting an existing form to layout to client specification.
I'm using text areas such as:
<p>Title: [select* title "" "Mr" "Mrs" "Ms" "Miss" "Dr" ] First Name: [text* first-name 10/ ] Last Name:[text* last-name 10/ ] D.O.B:[text dob 10/ ] </p>
I'd love to format the text areas so that they have less width. So far, they seem to ignore inline styling through wraps in div's etc...
Can anyone suggest a way to do this without applying a global setting in the site's CSS? (Some will need to be shorter, other's longer in terms of aesthetic layout).
I'm afraid I can't link you to the implementation as it is currently locked down during development for a client.
Any hints or tips greatly appreciated! :-)
http://wordpress.org/plugins/contact-form-7/
EDIT::: It was hardcoded into the CSS by a previous developer - I should've checked here first. All resolved.