Hi, can anyone help me move the floating whatsapp button down a bit for desktop ?
I tried this but it didn’t work
@media (min-width: 789px) {
.gty-wacb-wrapper {
position: relative !important;
top: 60px !important;
}
}
A user seeks help repositioning a floating WhatsApp button lower on their desktop site (oriental-perfum.myshopify.com). They attempted CSS modifications using media queries to adjust the .gtw-wacb-wrapper class with position: relative and top: 60px !important, but the changes didn’t work.
Another user provided a solution involving:
</body> tagHowever, the actual code snippet and implementation details appear corrupted or improperly formatted in the response, making the complete solution unclear. The discussion remains open regarding the specific working code needed to achieve the desired button repositioning.
Hi, can anyone help me move the floating whatsapp button down a bit for desktop ?
I tried this but it didn’t work
@media (min-width: 789px) {
.gty-wacb-wrapper {
position: relative !important;
top: 60px !important;
}
}
Hey @Daniel19901
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