Gorgias logo
Gorgias logo

All articles

Change the Chat position on different pagesUpdated a month ago

This suggestion isn't an official feature of our Chat widget, so our support for it is limited - we recommend that it be implemented by someone with a technical background.


1<style>
2 #chat-button {
3 right: 0px !important;
4 top: 0px !important;
5 }
6
7 #chat-window {
8 right: 0px !important;
9 top: 0px !important;
10 }
11
12 #chat-campaigns {
13 right: 0px !important;
14 top: 0px !important;
15 }
16</style>
17
Was this article helpful?
Yes
No