Closed (fixed)
Project:
Barlow
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2007 at 21:37 UTC
Updated:
14 Jan 2007 at 13:42 UTC
Hi,
I installed the Barlow them and I love it for a small blog site. The only issue I'm having is that all the text boxes, for example, the name and email entry boxes in the "contact" form, and the username box in the "login" form, are too long. Do you know of an easy way to make these shorter from within the theme, e.g., by editing one of the css or php files? They currently are set at 60 characters, and I would prefer something like 30.
Thanks for any insight.
Neil
Comments
Comment #1
ohzbees commentedFound it. Adding the following to the style.css file did the trick:
.form-text, .form-textarea {
width: 90%;
}
.resizable-textarea {
width: 90%;
}
Comment #2
Egon Bianchet commented