How to make the editor form wider with editor.bootstrap4.min.css

How to make the editor form wider with editor.bootstrap4.min.css

Chandler242Chandler242 Posts: 36Questions: 12Answers: 0

Hello,

Is there any way I could custom the width of the editor form with editor.bootstrap4.min.css?

Thank you,

YL

Answers

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin

    Hi,

    div.DTE_Inline input {
      width: ...
    }
    

    should do it in your CSS.

    Allan

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    See also replies in your other thread asking the same question,

    Colin

This discussion has been closed.