Navbar blocks Error Message Box

Hi All

I create a sample project with the standard MVC5 sample code generated with VS 2013. I then add a scheduler page. I get the problem that the navigation bar at the top of the page (Navbar) blocks out the DHTMLX scheduler error message (eg.“You can’t add or edit events in the past”) Is there a way to set the location that the Scheduler Error message is displayed? I would like to move the default error message location down by about 75px.

Thanks
Kevin

Hi,
you can move it using top margin, e.g.

.dhtmlx_message_area{ margin-top:75px; }
check the snippet
docs.dhtmlx.com/scheduler/snippet/c0757b6a

Thanks, works perfectly :slight_smile: