I want to change the button position
# 🤝help
w
s
Hi, Play with CSS on your website where you place the chatbot code. Add this to make it work and later adapt to whatever you prefer:
Copy code
.bp-widget-widget {
   left: 0;
   right: auto;
}
This is CSS for the iFrame that renders the chatbot content - the main container so it must go to your page - something like this:
Copy code
<style>
.bp-widget-widget {
   left: 0;
   right: auto;
}
</style>
m
Did that CSS resolve your issue?
a
How do I move the button a little higher?
m
For desktop?
a
yes
I need the solution please
m
Do you have a public bot atm?
61 Views