Okay,
So it seems that the console display correctly when any change size is applied to the console such as when pressing f12 to bring the developer toolbar.
To counter this problem, I use a delay javascript on modifying the console size after a second as such: setTimeout("mks.width = 1100;", 1000);
This solves the problem