@DerUnglaublicheToast
Hello Patrick,
I'm sorry to hear that you're having trouble positioning the Vapi Voice Widget on your website. Let's try to resolve this issue together.
Firstly, ensure that you've placed the widget snippet in the correct location within your HTML code. It should be inserted where you want the widget to appear, not necessarily at the bottom of the page.
If you've already done this and the widget is still not appearing in the desired location, it could be due to CSS conflicts or other elements affecting the widget's position. To help you further, I would need to see how you've implemented the widget in your code.
Could you please provide a snippet of your HTML where you've placed the Vapi widget and any relevant CSS? This will allow me to understand the context better and offer a more precise solution.
In the meantime, you can also try the following steps:
1. Ensure that the parent element where you're placing the widget has a defined position (e.g.,
position: relative;
).
2. Check if there are any CSS rules applied globally that might be overriding the widget's style.
3. Use the browser's developer tools to inspect the widget's element and see if there are any unexpected styles being applied.
Once you provide the additional details, I'll do my best to assist you in resolving the positioning issue.
Best regards,
Vapi Support Team