• Resolved adminra

    (@adminra)


    Hello there, can someone advise how to adjust the position of the messenger icon on the website????? Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using developer tools so you can get the code you need.
    Insert the code in your custom CSS.

    .fb_customer_chat_bubble_animated_no_badge {
        background: none !important;
        border-radius: 50% !important;
        bottom: 50pt !important;
        display: inline !important;
        padding: 0px !important;
        position: fixed !important;
        right: 8pt !important;
        top: auto !important;
    }

    Play with the settings, it works for me. I just moved it a bit to the top to unhide my BACK TO TOP button, as FB chat was fully covering this button.

    Hope it helps.

    • This reply was modified 5 years, 1 month ago by maryando.
    Thread Starter adminra

    (@adminra)

    Thank you so much! Your code works!

    We have the same issues on our website.

    THANKS, @maryando !!!
    Your code did just the trick ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move position of the chat icon’ is closed to new replies.