Thanks for your comment.
Neither solution has proved successful in getting the textbox to write in full size.
I also tried adding
1.
html .mceContentBody {
max-width: none !important;
}
2.
html .mceContentbody{
max-width: none !important;
width: 100%;
}
to the style.css editor and still no luck – this is so frustrating as you can probably imagine!