• Resolved russ901

    (@russ901)


    Hi all,

    I’m hoping somebody can help me with this, I use this plugin & everything is great but I need to move where the plugin is displayed on my website as it overlaps the back to the top of the page button.

    Is it possible to move the messenger button to the left hand side of the screen instead of the right? I did look in the settings but couldn’t see anywhere to do this?

    I don’t really understand coding much but if it involves adding code if you could tell me what code I would need to add & where to put it I should be able to do it.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter russ901

    (@russ901)

    I have figured this out now, I use flatsome theme so I just put in this custom css and it moved the icon up a little for anyone else that wants to know.

    .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;
    }

    Good as you can see on this page https://ondacor.com I preferred to create in Photoshop the back to the top button in png with the space and keep the mesenger the same without having to move in the code of this one, see if it suits you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving Messenger Chat Icon’ is closed to new replies.