Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

How can I increase the discussion and comment space on mobile theme?

ProsperProsper ✭✭
edited October 2014 in Vanilla 2.0 - 2.8

Please how can I increase the discussion and comment space on mobile theme?
By increase I do not mean "number of character"
I mean how much of comment or discussion space that user will see before typing his/her comment or discussion when using mobile device (cellphone). Thanks.

Best Answer

Answers

  • Options

    It worked perfectly for the comment field only but not the discussion field. Please how do I make it to increase the space on discussion field also?

  • Options

    oh, never mind I got it now. I have added the code;

    .EditDiscussionForm textarea.TextBox, .DiscussionForm textarea.TextBox {
    height: 200px;
    min-height: 200px;
    }

Sign In or Register to comment.