Home Forums WoodMart support forum scroll to top positioning

scroll to top positioning

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #151590

    gilbery007
    Participant

    Hi,
    Is it possible top move the scoll to top button to the middle of the page?

    Kind regards.

    #151637

    Hello,

    It’s not possible to stop the scroll in the middle of the page while moving to top with “Scroll to top button”.

    If you want to change the button position and display in the centre of the screen then you can use the below CSS code in Theme Settings >> Custom Code >> Global Custom CSS:

    .scrollToTop {
    bottom: 50%;
    }

    Best Regards.

    #151642

    gilbery007
    Participant

    I actually wanted to have it sit in the middle bottom of the page which I have now achieved by using right: 50%. Another question is the animation, slide in from right, can I make it slide from bottom instead?

    #151644

    gilbery007
    Participant

    I have also just checked it on mobile and it doesn’t appear to be in the middle of the screen 🙁

    #151694

    Hello,

    No, this animation can’t be applied with theme options.It requires customization and this is beyond our limitations and support policy.

    For the mobile screens it works in my test site with the same CSS code. Clear your browser cache and then check again

    Best Regards.

Viewing 5 posts - 1 through 5 (of 5 total)