- Posts: 13
- Home
- Forum
- Community Forum
- General discussions
- Import Bookings From Trip Advisor
[Resolved] Check in calender not correct at mobile
- Dirk01
- Topic Author
- Offline
Less
More
8 years 3 weeks ago - 8 years 2 weeks ago #10139
by Dirk01
[Resolved] Check in calender not correct at mobile was created by Dirk01
Hello,
I use the infinity tepmplate and if I visit the site by mobile phone the calender for checkin / checkout date will not displayed complete.
Any ideas?
I use the infinity tepmplate and if I visit the site by mobile phone the calender for checkin / checkout date will not displayed complete.
Any ideas?
Last edit: 8 years 2 weeks ago by solidres.
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2988
8 years 3 weeks ago #10142
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic [Resolved] Check in calender not correct at mobile
Hi,
In Solidres Config, you should change "Months in date picker" to 1 to avoid overlapping issue.
Regards,
In Solidres Config, you should change "Months in date picker" to 1 to avoid overlapping issue.
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- Dirk01
- Topic Author
- Offline
Less
More
- Posts: 13
8 years 2 weeks ago #10165
by Dirk01
Replied by Dirk01 on topic [Resolved] Check in calender not correct at mobile
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2988
8 years 2 weeks ago #10170
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic [Resolved] Check in calender not correct at mobile
Hi,
Please add the following CSS rule into your template custom.css file to fix this issue:
@media (max-width: 767px) {
.gkTabsItem .datepicker_inline {
position: inherit;
}
}
Regards,
Please add the following CSS rule into your template custom.css file to fix this issue:
@media (max-width: 767px) {
.gkTabsItem .datepicker_inline {
position: inherit;
}
}
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
The following user(s) said Thank You: Dirk01
Please Log in or Create an account to join the conversation.
- Dirk01
- Topic Author
- Offline
Less
More
- Posts: 13
8 years 2 weeks ago #10173
by Dirk01
Replied by Dirk01 on topic [Resolved] Check in calender not correct at mobile
Thanks for your help.
It works, now!
It works, now!
Please Log in or Create an account to join the conversation.
Moderators: solidres