How to display Chat widget icon and Chat window at the left
In order to make the Chat widget icon to be displayed at the bottom left on the screen instead of the bottom right, you will need to apply the following CSS,
Step-by-step guide
Chat widget icon on the external web page
Include this CSS on your external web page
.support-chat-icon{
left: 20px!important;
}
.spartez-support-chat-container{
left: 0!important;
}Chat widget icon on Jira Service Desk portal
Go to your Jira instance
Click "Add-ons" at "Jira Administration"
Click "Translate and Customize" under "Chat" section

Click "Customize Appearance on Service Desk Portal"
Include this CSS section and click "Save"
.support-chat-icon{ left: 20px!important; } .spartez-support-chat-container{ left: 0!important; }