Replies: 0
It was too far to the right over the content when scrolling down, especially in the tablet screen size or smart-phone screen size.
With Custom CSS I moved it to the left side and close to the bottom, plus I reduced the opacity so it was not so bold in the eye appearance, but more subtle and still easy to see and use.
Here is the custom CSS used:
#back-to-top.show {
left: 9px;
bottom: 5px;
opacity: .65;
}
The link to the front page is above.
If you agree, it can be in the next update.
Thanks