Is there a way to put the Leadbooster bot on the left side of the web? Thanks

José Manuel Gómez Barranco
Member Posts: 1
Comments
-
At this time it's not possible to make custom location changes to the Chatbot as it's in iFrame, but hopefully we can have more possibilities for this in the future.
0 -
You cannot change it. It stays on the right side [at the moment]
0 -
David Lorbiecke said:
At this time it's not possible to make custom location changes to the Chatbot as it's in iFrame, but hopefully we can have more possibilities for this in the future.
Have there been any new updates to customization of the location of the feature? Any way to send the chat bot by text?
0 -
I have overridden the CSS
<head> <script>window.pipedriveLeadboosterConfig = {base: 'leadbooster-chat.pipedrive.com', ...</script> <style> html body #LeadboosterContainer { bottom: 100px !important; right: 18px !important; } </style> </head>
0