Comment Box Larger Than Column Width


Author Message
Trisha

Posted: 1/18/2010
Quote message 

Why is my comment box showing up like this?

http://www.straightupshopping.com/21/blog-focus-cotweet-paid-service-for-twitter/

The right side border isn't showing up because it looks like the box is larger than width of the column.

I didn't alter anything in the CSS. I activated the theme straight from Aristeer. Is this a bug? The other Artisteer themes I made didn't do this.


 
Garry

Posted: 1/18/2010
Quote message 

Try changing width from 100% to 90% in following styling rule in your style.css:

#commentform textarea
{
width:100%;
}
 
Trisha

Posted: 1/19/2010
Quote message 

Thanks for your help. After a lot of testing, I found out why it was going this.

I added a 35px indent to each the beginning of each paragraph and this made the comment box start 35px in, which made it larger than the column.