gotaluism
12/24/2024, 6:50 PMVapi
12/24/2024, 6:52 PM.vapi-btn
class. Here's an example of how you can do it:
css
.vapi-btn {
position: fixed;
bottom: 20px; /* Adjust as needed */
right: 20px; /* Adjust as needed */
z-index: 1000; /* Ensure it's above other elements */
}
This CSS snippet will position the Vapi Call Button at the bottom-right corner of the screen, and it will stay there even when the user scrolls. You can adjust the bottom
and right
values to place the button exactly where you want it on your website.
Remember to add this CSS to your website's stylesheet or within a <style>
tag in the HTML where the Vapi widget is embedded. If you need further assistance with the implementation, please let me know!Vapi
12/24/2024, 6:52 PMVapi
12/24/2024, 6:55 PMgotaluism
12/24/2024, 7:29 PMgotaluism
12/24/2024, 11:31 PMShubham Bajaj
01/06/2025, 11:01 PMgotaluism
01/06/2025, 11:10 PMgotaluism
01/06/2025, 11:10 PMgotaluism
01/06/2025, 11:19 PMgotaluism
01/06/2025, 11:20 PMShubham Bajaj
01/07/2025, 6:59 PM#vapi-support-btn
button. For reference you can take a look at this code which hids the button from the dashboard or UI https://codesandbox.io/p/sandbox/nedzo-vapi-2s4nnqgotaluism
01/07/2025, 7:00 PMgotaluism
01/07/2025, 7:00 PM