Hello,

Whatever post i edit, new,

Comments

eddy147’s picture

My post had some difficulties, thats why I try again:

In tinymce, the text and the cursor are always centered, not left-aligned.
Is there a tinymce setting I missed?

Thanks in advance...

fiishi’s picture

You can make it left-aligned via your theme's style.css file.

body.mceContentBody {
  text-align: left;
}
eddy147’s picture

Thanks I will try this.
But if this is the reason, then everybody should have the same problem...?