Forum Replies Created

Viewing 1 replies (of 1 total)
  • If you are using the Qtranslate plugin I’ve used a quick and dirty solution through CSS.

    In plugins Qtranslate click on Edit
    select this file: qtranslate/qtranslate_hooks.php

    scroll down until you find this line:
    echo “#qtrans_textarea_content { padding:6px; border:0 none; line-height:150%; outline: none; margin:0pt; width:100%; -moz-box-sizing: border-box;”;

    Inside this CSS I’ve added height:400px;

    Looks like this:

    echo “#qtrans_textarea_content { padding:6px; border:0 none; line-height:150%; height:400px; outline: none; margin:0pt; width:100%; -moz-box-sizing: border-box;”;

    Hopes this helps some people for a while, you can set any height you wish it to be. It’s very quick and dirty at least it solves the annoyance of having to drag it all the time ??

Viewing 1 replies (of 1 total)