Skip to content
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

Open
bsexton22 opened this issue Jan 19, 2016 · 6 comments
Open

Calenders do not appear side by side #202

bsexton22 opened this issue Jan 19, 2016 · 6 comments

Comments

@bsexton22
Copy link

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?

datepicker

@MrGeneric
Copy link

Can you link to a page showing this issue or a reduced test case on jsfiddle, or even the custom css you've used?

@kylehendricks
Copy link

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.

@kylehendricks
Copy link

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.

@shrpne
Copy link

shrpne commented Aug 2, 2016

I had the same issue.
In my case .gap was 24.6px wide, and plugin was not including this 0.6px in calculation of wrapper's width

@holtkamp
Copy link
Collaborator

holtkamp commented Aug 2, 2016

@kylehendricks, @shrpne would it be possible to DO include that "global table style width" in the calculation?

@ChristopherSchaefer
Copy link

Hi,
I have the same issue. The width of the 'month-wrapper'-Div is 414.99px.

Maybe it will be work without Problems if you do a "Math.round" on you calculation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants