Site logo

Archived topic

modify position of 'scroll to top' icon

1 reply · Started by Darron on February 12, 2016

Viewing posts 1–2 of 2

Hi Tom,
Any chance of adding a styling option to position scroll to top button centre or left?

Thanks again,

Darron

Hi there,

Quite easy to do with some CSS:

Left:

a.generate-back-to-top {
    right: auto;
    left: 30px;
}

Center:

a.generate-back-to-top {
    right: auto;
    left: 50%;
    margin-left: -40px;
}
This archived topic is closed to new replies.