I hid the sidebar in the question. There appears a gap on the right side. I want to fill there with words.
How can I expand the question and answer text field?
I would be happy if you can help me. Thanks.
Theme : Snow Extended
I found the solution. in qa-styles.css:
Question Textarea .qa-q-view-main { float: left; width: 620px; padding-left: 10px; }
Answer Textarea
.qa-a-item-main { float: left; width: 400px; display: inline-block; padding-left: 10px; }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.