How to update the editor style?

How to update the editor style?

F.TorresF.Torres Posts: 12Questions: 4Answers: 0

I integration a editor and it has to occupation space,I want to update the editor width and field location.

Answers

  • allanallan Posts: 63,892Questions: 1Answers: 10,530 Site admin

    This example shows some of the options to control where the input should be placed.

    You can use:

    div.DTED_Lightbox_Wrapper {
      width: ...;
      margin-left: -...;
    }
    

    to control the width of the lightbox.

    Allan

This discussion has been closed.