All of my plugins are up to date I had a similar issue that the chat icon was also too high on mobile, that was fixed in another post by a Quick CSS suggested by one of the moderators.
COPY CODE
}
@media (max-width: 991px) {
.kleo-mobile-icons {
display: inline-block;
float: right;
margin-top: 7px !important;
}