Is it possible, if yes - how, put simple button into window page right bottom corner in fixed or else (not very good at css) that it always be there, if I scroll down or up, or resize window? I am using bootstrap 3
Answer: Use the text-right Class You can simply use the class . text-right on the containing element to right align your Bootstrap buttons within a block box or grid column. It will work in both Bootstrap 3 and 4 versions.
You can use "min-height: 80vh;". This allows you to set the minimum height, using the viewport height.
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>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With