Custom Y axis in timelineview

Hi

I would like to change the style of the “section” (Y axis) in the Timelineview. The default is “center alignment” and I would like to have a left alignment and changing the font.

I m using the classic.CSS

How can I do that ?

Thank for your answer.

Hello,
you can override styles of Y-axis cells with .dhx_matrix_scell class:

.dhx_matrix_scell{ text-align: left; }

Fine !!!

Thank you very much.