Serhioromano / bootstrap-calendar

Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
http://bootstrap-calendar.eivissapp.com/
MIT License
3.02k stars 1.29k forks source link

Weekly schedule vertical alignment #741

Open ytliuSVN opened 6 years ago

ytliuSVN commented 6 years ago

How to vertically align the top content of a cell in the week template based? Thank you!

image 1

eleazan commented 6 years ago

You need to modify some css.

You got it? Or you try? If i can help you...

jerson00 commented 6 years ago

Do you have a solution for this?

carolfalardeau commented 5 years ago

Did you find the solution? I want to do the same thing.

tinozh commented 5 years ago

Have you found a solution for this?

yogistraAnderson commented 2 years ago

Old question, but you can start by modifying the week-days.html template, the developer is using margin offsets to align the elements. Replace that method with a table with 7 columns, and have the events in the same row.

It takes some time to study the code and understand. I am hoping to post a branch of this because I am using it heavily.

Toomas633 commented 2 years ago

Any updates

Neozxz commented 2 years ago

十分感谢,邮件已经收到!

sidneyalan commented 1 year ago

I need help, I have the same problem, someone was able to solve it and can you share the code?