v
Hi @Theo Du Toit 🕵, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Voice Widget Example]() * [example]() * [Vapi Web SDK]() * [Launch Screen Assets]() -----------------------------
### Answer Yes, you can customize the position of the Vapi Widget on your webpage by modifying the
buttonConfig
object in the widget's installation script. Specifically, you can adjust the
position
attribute to 'bottom-left' to move the widget to the bottom left corner of the page. Here's how you can configure it:
Copy code
javascript
const buttonConfig = {
    position: "bottom-left", // sets the widget to the bottom left
    offset: "20px", // adjusts the distance from the edges
    width: "50px",
    height: "50px",
    idle: {
        color: `rgb(93, 254, 202)`,
        type: "pill"
    },
    // additional button states configuration here
};
This configuration snippet is part of the setup process outlined in the widget installation steps [(1)]() , [(2)]() .
Got it. Tagging @User for additional help.
s
Just increase the size of your window in bubble.io for the vapi widget. It will fix this issue.
t
?
Do you have a video please ?
Im really new to this.
Im using Wordpress
s
You can checkout at https://docs.vapi.ai/community/videos you will find a video related to it.
t
Nothing there man 😦
How can i achive this, i really need this for my company. I want to start sending emails and make money
j
Have you tried asking chatgpt using screenshots to show your issue
s
copy and paste your html code into chatgpt and describe what you want.
it will tell you how to do it
t
I have, but it does not change anything in the code.
And i dont have full control over the offset in the widgets html
s
You will need to write a custom code for it then you can fix this issue.
t
I dont know code lmao
THis is messed up..
s
Then, hire someone. There are very good developers in our community.
t
okk
Whats the avrage price going to be ?
s
Not, sure. You need to talk to them.
2 Views