Recent Topics

1 Jan 29, 2009 17:25    

My b2evolution Version: 2.x

I am restyling a template for use on my blog, but I cannot find where to change the width (usually number of columns) for the text input area. Could someone point me in the right direction?

Many thanks for any help.

2 Jan 29, 2009 17:37

Just target the text area in your skins stylesheet

¥

3 Jan 29, 2009 18:06

You mean this:

#commentform textarea {
width: 400px;
padding: 0;
margin: 0px 0px 10px 0;
}

Tried changing that, but nothing happens.

4 Jan 29, 2009 18:18

You'll probably have more luck with :

.bComment textarea{
width:400px;
}

¥

5 Jan 29, 2009 18:24

Blond Bimbo my keister! You're a ruddy genius! I added that to my stylesheet, changed the width and voile, I am once again in control - Thanks ever so much!

6 Jan 29, 2009 19:07

I keep telling people I'm a bloody genius ... but they never listen :(

¥


Form is loading...