Home Forums WoodMart support forum Scroll up button

Scroll up button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #218603

    max06accesso
    Participant

    Hello,

    Would it be possible to position the (scroll up button) on the left side of the screen instead of the default right?

    I would also like it not to be displayed on mobile and tablet.

    Thanks in advance for your help

    Regards

    Attachments:
    You must be logged in to view attached files.
    #218628

    Hello,

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

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

    Best Regards

    #218636

    max06accesso
    Participant

    Thanks, do you have a code to disable it on smartphone and tablet?

    #218639

    Hello,

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

    body .scrollToTop {
    display:none;
    }

    Best Regards

    #218655

    max06accesso
    Participant

    All right, it’s working. Thanks and have a nice day.

    Regards

    #218706

    Have a nice day too! If you have any questions please feel free to contact us.

    Best Regards

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