How to specify the wiidth of the editor bubble and the field widths with in it?

How to specify the wiidth of the editor bubble and the field widths with in it?

obrienjobrienj Posts: 93Questions: 38Answers: 0

A question I thought I would find a quick answer to but I can't seem to so far.

How do I make the Editor bubble wider?

Then, how do I customize the size of the fields displayed within it?

Regards,
Jim

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin
    Answer ✓
    div.DTE_Bubble div.DTE_Bubble_Liner {
      width: 400px;
      margin-left: -200px;
    }
    

    The field widths will dynamically resize automatically to the width of the bubble.

    Allan

This discussion has been closed.