By maribel on Sunday, 18 March 2018
Posted in General Issues
Replies 7
Likes 0
Views 1.9K
Votes 0
I need to change Converse Kit position from right to left. That is because i use Live Chat and their appear in right position so is very confusing for users in my site. Thanks
Hi there,

Regarding your inquiry, unfortunately there is no setting for set the position of Conversekit currently.
However, you can customize this using custom css by :
#ck .layout-compact, #ck .ckit-window{
right: auto;
left: 0
}



You're suggested to backup the file that you want to customize beforehand for precaution
·
Monday, 19 March 2018 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Do you will add this feature (choose position) in a future update? I can wait because dont want to make a mistake in css files.
·
Monday, 19 March 2018 20:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the input on this, I have logged this into our issue tracker and perhaps we can make this configurable
·
Monday, 19 March 2018 23:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for this. Unfortunately the close button is missing. The chat can't be closed because it will be behind. You need to separate both now. In my case I needed to push the chat up for about 80px and managed it this way:


#ck .layout-compact {
left: auto;
right: 0;
bottom: 80px;
}
#ck .ckit-window {
max-height: 80vh;
bottom: 160px;
}
·
Sunday, 28 March 2021 17:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Guido,

Thanks for sharing.
·
Monday, 29 March 2021 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post