Riano_tech
04/25/2025, 6:17 PMVapi Support Bot
04/25/2025, 6:18 PMbuttonConfig
object:
javascript
const buttonConfig = {
position: "top", // This places it at the top instead of bottom
offset: "40px", // Adjust this value as needed
// other configuration options...
};
Are you currently using this configuration in your implementation? If so, could you share your current buttonConfig
code so I can help identify what might need adjustment?
According to [Vapi's documentation](https://docs.vapi.ai/examples/voice-widget), you can also use CSS classes like .vapi-btn
to further customize the positioning.
Source:
- [Vapi Voice Widget Documentation](https://docs.vapi.ai/examples/voice-widget)Riano_tech
04/25/2025, 6:36 PMKings_big💫
04/25/2025, 7:07 PMRiano_tech
04/26/2025, 5:43 AMKings_big💫
04/26/2025, 6:33 AM