Change width of visual editor in fullscreen mode
-
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
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Change width of visual editor in fullscreen mode’ is closed to new replies.