chat is cover add to cart button how to fix it
-
chat is cover add to cart button how to fix it
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the URL of the product to check it myself and help you out accordingly.
Best Regards
Hello,
The position of the chat icon is controlled by the iframe not our theme.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS. And see if this works for you.
.fb_dialog_content iframe {
right: 50px !important;
bottom: 150px !important;
}
Best Regards