After embedding the code onto my page it appears as a button in the bottom right. Can I control the location of the button that opens the widget?
Hello Robert,
Thank you for getting in touch with Atlassian Community!
Currently, there is no option on the widget's page to change the location of the button, but you can change the CSS in order to achieve this.
On the same page where you embedded the code, insert the snippet below:
<style>
iframe[name='JSD widget'] {
margin-bottom: 100px;
}
</style>
If you needed, you can increase the value of property margin-bottom to give you some more space.
Hope this helps!
Regards,
Angélica
Hi, @Angélica Luz can we customize css for Widget button? How to access that `
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.