Okay
  Public Ticket #3024291
Enlarge RTE (TinyMce) mas in Front End
Closed

Comments

  •  5
    joshivince started the conversation

    Dear Zhivko,

    I can't find the correct css line where I can enlarge my TinyMCE editor for the front end. See also attached screenshot.

    I want to enlarge the whole editor so that my audience can enter an event more conveniently.

    Thanks in advance,

    Vincent

  •  5
    joshivince replied

    Added Screenshot.

  •  785
    Zhivko replied

    Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css:

    .stec-event-submission-form textarea[name="description"] { height: 500px; }

    You can change the height (500px) to whatever you want ofcourse.

    If you need to increase the width then you will have to move the description element from there via the Builder and place it somewhere alone.



    Stachethemes Developer

  •  5
    joshivince replied

    Thanks a lot.

    That worked. This ticket canbe closed.

    Vincent