Reputation: 21
i have a problem with my Calendly on my website on mobile version (No problem on PC). When i am on mobile, the page for scheduling is half the size it should be (look at the screen).enter image description here
I tried pretty much everything (change the schedule from place, from page, take the schedule of another friend, play with the height etc...) and nothing worked. The schedule page of Calendly is still half of the size it should be which is a big problem for the customer who wills truggle to schedule a meet with me. Btw i tried all the addons of Calendly and there is the same bug. Thanks you
Upvotes: 1
Views: 281
Reputation: 21
It's resolved the answer was to add this on the aditionnal CSS:
.calendly-inline-widget,
.calendly-inline-widget iframe {
min-height: 700px !important;
}
Upvotes: 1