Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
po1-Contact: width
#1
Hi,

Sorry if this is being thick, but - how do you specify the width/height of the form fields and message box? I can't seem to find where this value is stored but it comes as default very thin indeed.

Thank You!
Duran
Reply
#2
For example:

http://www.zdesign.co.uk/testbed/gs/

On the right hand side-bar: the contact form - I want it to be full width?
Reply
#3
in style.css add width to:-

line 239

Code:
input {
    background-color: #F6F6F6;
    border: 0.1em solid #97BDE1;
    border-radius: 3px 3px 3px 3px;
    color: #5191CD;
    font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 4px;
    width: 240px;
}

line 250

Code:
textarea {
    background-color: #F6F6F6;
    border: 0.1em solid #97BDE1;
    border-radius: 3px 3px 3px 3px;
    font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 4px;
   width: 240px;
}
Reply
#4
Hi,

Indeed, the plugin is not involved in styling the forms : it only create an html structure.
So, the style is managed by GetSimple or the template.

I should perhaps explain that in the documentation.

PS : in fact there is one thing styled : the small red sentences about field required or field error.
Reply




Users browsing this thread: 1 Guest(s)