Posts: 2,389
Name: <member type="brilliant" alt="foolish">James Lewitzke</member>
Location: / public_html / Universe / Virgo_Supercluster / Local_Group / Milky_Way / Orion_Arm / Solar_System / Earth / North_America / USA / Wisconsin
|
Open up your stylesheet and search for the following block of code (around line 480 or so):
Code:
#commentform textarea {
width: 100%;
padding: 2px;
}
And change the width to a smaller percentage. or whatever measurement it's using.
|