Skip to main content
Question

calendly-inline-widget mobile view

  • December 10, 2024
  • 1 reply
  • 171 views

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 topic has been closed for replies.

1 reply

  • Author
  • Community Member
  • December 10, 2024

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 -->