Adjust Button position on editor forms. Editor default form dom manipulation

Adjust Button position on editor forms. Editor default form dom manipulation

sohulightsohulight Posts: 2Questions: 2Answers: 0

Buttons always show up on the bottom right. Are there any options to change the position to top? Another question is how to remove the default close X button on the top right?

Answers

  • allanallan Posts: 61,627Questions: 1Answers: 10,090 Site admin

    Are there any options to change the position to top?

    No - sorry.

    Another question is how to remove the default close X button on the top right?

    div.DTED_Lightbox_Close {
      display: none;
    }
    

    Allan

This discussion has been closed.