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