how do I move the button?
# 🤝help
r
CSS?
a
yes
w
Copy code
.bp-widget-widget {
    transform: translateY(-40px);
}
add this to your css
you can obviously adjust the size
w
It works with v1, and you're using v2
i will try to find womething with v2, but that's the trick 🙂
a
please i need to use v2
w
you just need to search a bit for the class and ids ^^ replace the .bp-widget-widget with the class of this element (on the scrrenshot) https://cdn.discordapp.com/attachments/1254755368081424404/1254824656452583524/image.png?ex=667ae607&is=66799487&hm=96c92eb899c7f38e7caac0dcf7f25e7a8b2bd9da5ea45ee71b9966f4311ba1ea&
Copy code
iframe.bpFab.\#1wsq3fe.\#tl0hja.\#1jnzcyk.\#1hcf699.\#cez77b.\#ux4pmf.\#1n0sv8k.\#t7c5br.\#13xpxvx.\#8y4a46.\#n59x7l.\#1sxpzkv {
            transform: translateY(-40px);
        }
in my case
let me know if it works for you 😉
w
good point 😂 I'm not familiar with the v2 i must say
but just do the same thing with the first iframe
Copy code
iframe.bpOpen.\#1wsq3fe.\#vk38tc.\#cez77b.\#19akslq.\#1damwed.\#svqbo2.\#t7c5br.\#1a01d6t.\#1a7heot.\#v6kwo0.\#12jiau6.\#1idyy4q.\#1bb5423.\#1ykgkq4.\#1l5y49n.\#ep2zgg.\#1y0o8zt{
            transform: translateY(-40px);
        }
a
you saved me, thank you
w
you're welcome 😉