Section Label position

Hi, Thanks in advance for your help.

How can I get the section label to be above the section? i can not find a setting for this.

Hi,

There is no setting for that.

You can update default CSS, for example:
.dhx_cal_light_wide .dhx_cal_lsection{float:none;}
Demo: http://snippet.dhtmlx.com/2bf02c281

Also, you can create custom lightbox and set CSS to all elements manually according to your needs.
https://docs.dhtmlx.com/scheduler/custom_details_form.html

1 Like

Thanks for the response and suggestions! I will give them a try.