Hi there ,
Is there any way to stop the chat button from overlapping the cart slider ? You can access this by clicking the cart icon in header.
A user is experiencing an issue where a chat button overlaps with their cart slider on their Shopify store.
Proposed Solutions:
Two community members provided similar CSS-based fixes:
<head> tag (Dan-From-Ryviu’s suggestion)</body> tag at the bottom (Moeed’s suggestion)Both solutions involve adding markup/CSS to adjust the positioning of the chat button to prevent overlap.
Status: The discussion appears resolved with actionable code solutions provided, though the original poster has not confirmed implementation success. Images were shared showing the overlap issue and expected results.
Hi there ,
Is there any way to stop the chat button from overlapping the cart slider ? You can access this by clicking the cart icon in header.
Go to your Online store > Themes > Edit code, open theme.liquid file, add this code after
Hey @jnud21
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed