Hello @Wilson H and @Liz
I think it is doable with some CSS:
<style>
.typeform-popover {
left: 26px !important; /* move the popover to left */
width: 200px; /* limit popover width */
}
.typeform-popover-button {
left: 26px !important; /* move the button to left */
}
</style>
<div data-tf-popover="Cqrg7cgL"></div>
<script src="//embed.typeform.com/next/embed.js"></script>
Example: https://glitch.com/edit/#!/ring-rounded-ridge
Please keep in mind this is a workaround and it is not guaranteed to be supported in future. I would suggest to install the library locally (yarn add @typeform/embed) to prevent future updates from breaking it for you.