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.
How can I increase the discussion and comment space on mobile theme?
Prosper
✭✭
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.
0
Best Answer
-
peregrine MVP
probably depends on editor as well as mobiletheme.
most likely something you could change in css of mobile theme.
.EditCommentForm textarea.TextBox, .CommentForm textarea.TextBox { height: 50px; min-height: 50px; }
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
7
Answers
probably depends on editor as well as mobiletheme.
most likely something you could change in css of mobile theme.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
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?
oh, never mind I got it now. I have added the code;
.EditDiscussionForm textarea.TextBox, .DiscussionForm textarea.TextBox {
height: 200px;
min-height: 200px;
}