Hi there!
I’m currently working on the Streamline theme and I needed to code to resize Shopify Chat Box because it was too big in a desktop view- it worked perfectly after adding the code set below:
#ShopifyChat#ShopifyChat {
bottom: 50px !important;
z-index: $zindexShopifyChatBubble !important;
max-height: 100vh !important;
However, on mobile view, the Shopify Chat Box is still too big. Here’s what it looks like right now:
Here are the things I need help with:
- How can I resize the chat box of the mobile view so I will see the option to exit/minimize the chat box once it has been opened?
- Is there a way to move the chat box higher than the sticky menu button so they won’t overlap on mobile like this? (this doesn’t happen on desktop - only on mobile view):

