Hi,
I have a problem with a blank space between my text and the iframe element: https://cosmopolka.com/individuellen-anprobetermin-reservieren.html
I’ve already tried a lot with “margin” and “padding” in the custom css tool but the space doesn’t get smaller. Here is the code:
<p class="align-center">text...</p>
<p><iframe width="100%" height="800" class="terminkalender-iframe" src="https://app.acuityscheduling.com/schedule.php?owner=20827861" title="Termin vereinbaren" frameborder="-100"></iframe>
<script src="https://embed.acuityscheduling.com/js/embed.js" type="text/javascript"></script>
</p>
.post__iframe .terminkalender-iframe {
position: relative;
}
Does anyone have an idea? Thanks for any suggestions!