Hi dbg20,
Thank you for point this out to us and we will seek to address this in the next release.
Please find below a simply fix which will allow you to define width on the editor on the front-end and still allow you to keep the 100% value for editing the backend. I have set it to 670px but feel welcome to a just it to fit your template needs. You should be able to simply copy and paste it to your /templates/ja_purity/css/template.css style-sheet.
| Code: |
html .cke_skin_office2007 {
width:670px !important;
}
|
Kind regards,
Paul