I would like to move the chat icon to the right on MOBILE ONLY
without changing anything on desktop
Anyone know the code?
Thank you
A user needs to reposition a chat icon to the right side of their Shopify store, but only on mobile devices while keeping desktop layout unchanged.
Attempted Solutions:
</body> tagCurrent Status:
Key Problem: The CSS solutions are not correctly targeting mobile-only viewports, affecting desktop layout or failing to apply on real mobile devices.
I would like to move the chat icon to the right on MOBILE ONLY
without changing anything on desktop
Anyone know the code?
Thank you
Hi @oscaroline ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Best regards,
Anthony
Hey @oscaroline
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
Hey @oscaroline
Remove the previous code and add this new code in theme.liquid file.
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
It only works when I decrease the size of web on desktop. not working on mobile.