Archived topic
Sticky floating Button
3 replies · Started by melvin on August 13, 2021
Viewing posts 1–4 of 4
Hi,
I've a sticky "facebook messenger button" doesnt work on CPT.
The sticky "facebook messenger button" works on entire site https://imgur.com/a/bzQLe3Y, but it didnt work on CPT-Wordpress Store Locator's posts https://imgur.com/a/7ujRkQb.
FYI i'm using block hook into "after-footer" with CSS
May i know how to fix the floating button not working in CPT?
TQ
Hi there,
change this CSS:
.facebook-chat {
position: fixed;
bottom: 5%;
right: 0;
z-index: 99;
}
TO:
.gb-container.facebook-chat {
position: fixed;
bottom: 5%;
right: 0;
z-index: 99;
}
Perfect!
Thank you David :)
Glad to be of help!
This archived topic is closed to new replies.