Skip to:
Content
Pages
Categories
Search
Top
Bottom

Texarea Size

Viewing 3 replies - 1 through 3 (of 3 total)

  • 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;`

    but I cannot change the size of the textbox, how can I make it work?


    Virtuali
    Participant

    @gunju2221

    By editing the Activity Stream Reply to fit your theme :) This is what your looking to edit.

    `div.activity-comments form.ac-form {
    display: none;
    margin: 10px 0 10px 33px;
    background: #fafafa;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;`

    You must go and find that Rule, or add it to your theme and edit it to how you like

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Texarea Size’ is closed to new replies.
Skip to toolbar