Home Forums WoodMart support forum Scroll to top button mobile positioning

Scroll to top button mobile positioning

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78736

    Luspada
    Participant

    Dear Madam/Sir,

    Currently, the scroll-to-top button on my website is positioned at the bottom right corner. How can I make it appear on the bottom left corner on mobile only?

    With kind regards,

    Luca

    #78750

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    body .scrollToTop {
        left: 20px;
        right:auto;
    }

    Best Regards

    #78753

    Luspada
    Participant

    Thank you, but I want it only on mobile to be in the Bottom Left Corner.

    Your code changes it for all devices.

    #78764

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile field

    Best Regards

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