XF 1.4 change initial height of editor?

You can edit the editor template.

Look for this:
Code:
{xen:if $height, 'height: {$height};'}

Change to this:
Code:
{xen:if $height, 'height: 400px;'}

Change the 400px to suit.
 
Hi, I know this is an old thread, but I am trying to do the same thing and it doesn't seem to work on mobile devices, it stays the same default height not matter what I change it to.

Any ideas on what I am missing?

Thank you
 
Top Bottom