Quote Originally Posted by zamzom View Post
[ZC 1.5.8][Bootstrap 3.5.2]
Back-to-top button is sometimes covering important buttons.
This is may be more of a style question but is there a way to push this button towards outside the main block meanwhile reducing rest of the block size especially on desktop view?
Click image for larger version. 

Name:	screenshot-back-to-top.png 
Views:	109 
Size:	21.5 KB 
ID:	20287
Have you tried this?

In your css for the button insert clear:both (if clear:left or clear:right do not work)

https://www.w3schools.com/cssref/pr_class_clear.php

and/or apply margins eg margin-top:1em

https://www.w3schools.com/cssref/pr_margin-top.php

hope this helps