#ws-chat {
position: fixed !important;
bottom: 110px !important; /* Move up so it doesn't overlap Live Chat */
right: 30px !important; /* Adjust as needed */
z-index: 10001;
}
/* Example: Ensure Live Chat stays at the bottom */
#livechat-box {
position: fixed !important;
bottom: 30px !important;
right: 30px !important;
z-index: 10000;
}