Previous and next button next to current month / day

I would like to have the previous and next buttons to appear next to current time period.

So:

DAY WEEK MONTH PREV 22 jul => 29 jul NEXT TODAY

I’ve been playing with the CSS but can’t seem to get them in the middle (and keeping them there when everything is resized).

Try calculating buttons position with js code and updating it on onSchedulerResize event of the scheduler
docs.dhtmlx.com/scheduler/api__s … event.html
docs.dhtmlx.com/scheduler/api__s … event.html