Hi guys,
How to remove the scroll to the top arrow and how do I left justify it instead of right?
charlessteiner
You want to remove or left justify it ?
pavit I'd like to know how to do both, since I'm asking the question I might as well kill two birds with one stone.
You can add to your custom.css a margin-right:1500px; value to move it to left or a display:none;value to hide it
margin-right:1500px
display:none;
.back-to-top.affix .btn { yourchoice }
Regards
pavit thanks, Pavit!