HELP!!! Option for changing size of chatbot widget...
# 🤝help
j
I need to change my widget size to 52px. This is available on basic styler but cannot find an option on advanced. How do I do this please????
a
I had the exact same issue yesterday 😂. Took me a while but I figured it out..
Copy code
.bpw-floating-button {
     width: 52px;
    height: 52px;
}
This is all you need. If it doesn't work, wait for others to answer...I don't have a coding background
j
You're a diamond!!! The chat widget is bigger. Thanks !!
a
Yay! glad I could help
g
could you please tell how to add this in the code for the website view.