modify position of 'scroll to top' icon

Home Forums Support modify position of 'scroll to top' icon

Home Forums Support modify position of 'scroll to top' icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #172345
    Darron

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

    Thanks again,

    Darron

    #172396
    Tom
    Lead Developer
    Lead Developer

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.