Forms in sidebar

Permalink
I created a page with a simple form asking for a name and an email address. Unfortunately, the form is too big for the sidebar, so the two text fields get chopped. Is there any way to either shrink the text fields so they'll fit inside the sidebar or change the size of the sidebar so it will accommodate the text field?

I'm using the Plain Yogurt template as my base.

Jeff

 
Tony replied on at Permalink Reply
Tony
yes, you can do this with css. unfortunately it doesn't have class names on those text fields, but use a css rule something like this:

.miniSurveyView td.top input { width: 100px; }
Peters replied on at Permalink Reply
Im having exactly the same problem...but im using the standard template. Really sorry to be simple...but i have not used CSS before....is it easy to insert a code such as this? And what field do I enter it in? Any help you provide is greatfully appreaciated