Hi, You can do that by editing the file modules/mod_floating_buttons/assets/css/style.min.css
Find class .jfab_btns_wrapper and then delete the property
Then find class .jfab_btns_wrapper button and then delete the property
-moz-transform: scale(.1);
-webkit-transform: scale(.1);
transform: scale(.1);
Then find class ..jfab_tooltip button and then delete the property
transform: rotate(410deg);
-ms-transform: rotate(410deg);
-webkit-transform: rotate(410deg);