The messenger icon is covered by the image

My website is hiccpet.com
On desktop and mobile, the Messenger icon is blocked by the Banner and the image on the home page

Hi @hiccpet ,

Thank you for reaching out to the Shopify forums!

Let me quickly fix that issue for you.

Please add the below CSS in your theme.css file and save the file.

.fb_reset {
    position: fixed !important;
    bottom: 80px !important;
    right: 24px !important;
    width: 60px !important;
    z-index: 1;
}

If its working then, please do not forget to accept this solution :slightly_smiling_face:
Thanks & Regards,
Prezen Tech

Hi Prezen,

But the header still covers the chat box.