body .oc-chat.oc-closed {left:10px;bottom:55px;width:46px;height:46px;right:auto;}
body .oc-chat.oc-closed {left:10px;bottom:55px;width:46px;height:46px;min-height:46px;right:auto;}
In theme responsive.css find:Code: [Select] body .oc-chat.oc-closed {left:10px;bottom:55px;width:46px;height:46px;right:auto;}Replace with:Code: [Select] body .oc-chat.oc-closed {left:10px;bottom:55px;width:46px;height:46px;min-height:46px;right:auto;}