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

ohzbees’s picture

Found it. Adding the following to the style.css file did the trick:

.form-text, .form-textarea {
width: 90%;
}
.resizable-textarea {
width: 90%;
}

Egon Bianchet’s picture

Status: Active » Closed (fixed)