Comments 5joshivince started the conversationApril 14, 2022 at 7:05amDear 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 5joshivince repliedApril 14, 2022 at 7:05amAdded Screenshot. 877Zhivko repliedApril 14, 2022 at 2:11pmGo 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 Developer1 Like 5joshivince repliedApril 15, 2022 at 6:47amThanks a lot.That worked. This ticket canbe closed.Vincent Sign in to reply ...
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
Added Screenshot.
Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css:
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
Thanks a lot.
That worked. This ticket canbe closed.
Vincent