.wh-float-button {
    position: relative;
}
.wh-float-img {
    position: fixed;
    height: 50px;
    width: 50px;
    float: right;
    z-index: 2000;
    bottom: 100px;
    right: 10px;
}