UI Placement

To place your inbox or chatbox, add a div to your page in the location that you want your chat to appear:

1<div id="talkjs-container" style="width: 90%; margin: 30px; height: 500px">
2 <i>Loading chat...</i>
3</div>

TalkJS will fill the available width and height that you provide for the div.

Note: you cannot style the popup in this way, because it creates its own floating container.