-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calenders do not appear side by side #202
Comments
Can you link to a page showing this issue or a reduced test case on jsfiddle, or even the custom css you've used? |
I am also having this problem. I can fix it by manually setting the 'month-wrapper' div's width attribute to 415px instead of 405px. On the demo page it is correctly set to 415px. |
It looks like my problem was that there was a global 'table' style with a 5px left padding. When calculating the width for .month-wrapper, the width calculation for .month1 and .month2 didn't include that padding so it caused it to look messed up. |
I had the same issue. |
@kylehendricks, @shrpne would it be possible to DO include that "global table style width" in the calculation? |
Hi, Maybe it will be work without Problems if you do a "Math.round" on you calculation? |
I'm seeing the calendars appear not side by side but the first date high and to the left and the second date low and at the right.
Any ideas on what the issue could be?
The text was updated successfully, but these errors were encountered: