Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi guys.
i move icon Whatsapp & mail on desktop. it's OK.
but i see on mobile, Both Whatsapp & mail is stack.
So pls help me fix it
This is view on PC and Mobile.
thank you so much
Hello @mr_Lynk
Can you share store Url?
Hello @mr_Lynk,
Could you please provide me with the URL for the store you mentioned in your query? Additionally, if the store is password protected, could you share the password as well?
Hello @mr_Lynk,
Here is the code you can try. I hope you find it helpful.
Go to the Online Store-> Theme-> Edit code-> Assets> base.css -> Add code at the bottom.
@media screen and (max-width:768px){
button.chat-toggle.chat-toggle--icon-button {
position: absolute;
right: 65px;
top: 9px;
}
}
Hello @mr_Lynk,
Here is the code you can try. I hope you find it helpful.
Go to the Online Store-> Theme-> Edit code-> Assets> base.css -> Add code at the bottom.
@media screen and (max-width:768px){
button.chat-toggle.chat-toggle--icon-button {
position: absolute;
right: 65px;
top: 9px;
}
}
thank for reply
but its not work
Hello @mr_Lynk,
If this is not working please put this code in style.css file
For that Go to the Online Store-> Theme-> Edit code-> Assets> style.css -> Add code at the bottom.
i can't find style.css in edit code.
is there any other way to fix?
thank you your code. i try some way and it work so good.
you are my hero today!