Skip to main content

Hello!

We use a calendar on our wordpress (wpbakery) website, but we have a problem. On the mobile view of the website, the form has a very short height. How can we solve this problem?

I have tried both data-resize=”true” and overflow-y: hidden !important;  but it didn’t work!

https://wordpress-475423-4893252.cloudwaysapps.com/appointments/

this is the code that i have used to embed the calendly widget

<!-- Calendly inline widget begin -->

<div class="calendly-inline-widget" data-url="my calendly link" data-resize=”true” style="min-width:320px;height:760px"></div>

<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>

<!-- Calendly inline widget end -->


Reply