Das ist ist im Head Code der Termin-Seite:
<style>
@media only screen and (max-width: 1030px) {
.calendly-text{
margin-bottom: 40px;
}
}
.calendly-inline-widget {
overflow-y: hidden !important;
border-radius: 8px;
}
</style>
<script>
fbq('track', 'Schedule');
</script>
Das hier auf der Seite als HTLM Embedd selbst:
<!-- Calendly Inline-Widget Beginn -->
<!-- Calendly Inline-Widget Ende -->
<!-- <div class="calendly-inline-widget" style="min-width:320px;height:900px;" data-auto-load="false"></div>
<script>
Calendly.initInlineWidget({
utm: calendlyUtm
});
</script>
-->
Und das hier im Head Code global, also auf allen Seiten:
<style>
@media screen and (-webkit-min-device-pixel-ratio:0) {
.result-item {
transform: none !important;
}
}
/*.calendly-overlay .calendly-popup {
top: 10% !important;
transform: translateX(-50%) !important;
}
.calendly-overlay {
background-color: #001D48 !important;
}
@media only screen and (max-width: 1249px) {
.calendly-overlay .calendly-popup {
position: static !important;
transform: none !important;
width: auto !important;
height: 100% !important;
min-width: auto !important;
max-width: none !important;
}
}*/
</style>