• Greetings, my text in the width is larger than the one in the post itself. This makes it very hard to format it properly. Pretty much impossible to properly set it up properly ??

Viewing 1 replies (of 1 total)
  • Thread Starter Discipol

    (@discipol)

    A solution is to change editor-style.css piece of code from

    body {
    	padding: 0px 15px;
    	border-top: none;
    	width: 620px;
    }

    to

    body {
    	padding: 0px 15px;
    	border-top: none;
    	width: 603px;
    }

    This seems to work.

    Can we have this change in the official code please?

Viewing 1 replies (of 1 total)
  • The topic ‘Editor text width larger than post text width’ is closed to new replies.