bootstrap fixed button in window right bottom corner with bootstrap
button { position: fixed; bottom: 0px; right: 0px; }
or
whatever bottom and right pixels you need :)
I use 20px
in both
<a style="position:absolute;bottom:5px;right:5px;margin:0;padding:5px 3px;" href="#">GO BACK</a>