Hello,

For edit Post in the front end, I prefer than people use Lyften Bloggie but the anchor of the editor is fixed, 580 px.

This is a problem because my web page has an anchor of 1000 px and have menu on left and right.

In the file com_lyftenbloggie/helpers/texteditor.php, on line 106 I change width : '580', with width : '98%', and now the text editor appear well.

Bye