Advertisement
GochiSiyan

back to normal

Mar 7th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function wptrac_36636_editor_inline_style( $settings ) {
  2. $settings['content_style'] = "body#tinymce{max-width: 80% !important;}";
  3.  
  4. return $settings;
  5. }
  6.  
  7. add_filter( 'tiny_mce_before_init', 'wptrac_36636_editor_inline_style' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement