Hi,
I have made edits to my theme which have made the content area wider, I am trying to get this reflected in the editor so it remains as WYSIWYG. However when I switch into fullscreen mode it is set at the original width.
It seems that it is calling this:
$dfw_width = get_user_setting( 'dfw_width', $width );
<div id="wp-fullscreen-wrap" style="width:<?php echo $dfw_width; ?>px;">
Which outputs
<div id="wp-fullscreen-wrap" style="width: 594px;">
Where is the setting dfw_width stored as I would like to change it.
Many thanks
Paul