Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Texarea Size


Virtuali
Participant

@gunju2221

The textbox is overlapping the content, and the css class is “hidden” so you need to go into your theme’s css and edit the styles:

`div.activity-comments form .ac-textarea {
padding: 8px;
border: 1px inset #ccc;
background: #fff;
margin-bottom: 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;`

Skip to toolbar