Our powerful JS Calendar component


Post by jeff.wang »

Hi,

How to align the week name to left like below, I can't find where can i config it:

Image

Thank you!

Jeff


Post by tasnim »

Here is how you can achieve it:

.b-monthview .b-calendar-row.b-calendar-weekdays .b-calendar-day-header {
    justify-content : flex-start;
}

Post by jeff.wang »

It is effect.

Thank you!


Post Reply