GetSimple Support Forum
po1-Contact: width - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: po1-Contact: width (/showthread.php?tid=1466)



po1-Contact: width - dzee - 2011-03-26

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


po1-Contact: width - dzee - 2011-03-26

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?


po1-Contact: width - webmonkeyukcom - 2011-03-26

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;
}



po1-Contact: width - p01 - 2011-03-26

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.