• HI
    In the above css file the setting for the ul is:

    ul, ol {
    	margin: 0 -18px 18px 0;
    }

    the negative right margin of 18px causes the list to be moved to the right and out of the editing window.
    changin the setting to 18px(positive) or any other positive number fixes this issue.
    How can this be changed permanently?

    Thanks
    Dan

  • The topic ‘editor-style-rtl.css ul margin’ is closed to new replies.