Home Forums WoodMart support forum Hi. I need to adjust the orientation of the “back to top of page button”.

Hi. I need to adjust the orientation of the “back to top of page button”.

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

    noahluxury
    Participant

    Hi. I need to adjust the orientation of the “back to top of page button”. Adjustments to the left and up are required. What should I do?

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

    Bogdan Donovan
    Keymaster

    Hi,

    You can adjust the position of the “back to top” button by changing the bottom and right values in the following custom code.

    body .scrollToTop {
        right: 40px;
        bottom: 40px;
    }

    Regards

    #359338

    noahluxury
    Participant

    Hello. The code you gave me can only work on the computer, but it’s still the same on the mobile phone.

    #359672

    Bogdan Donovan
    Keymaster

    Hi,

    Place it with desired values in the “Custom CSS for mobile” (https://prnt.sc/f55Yhnf8-LtK) area in theme settings.

    Kind Regards

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