Home New Guten Forums WoodMart support forum Scroll-to-top button

Scroll-to-top button

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

    dreamzspl
    Participant

    THis is a small question:

    Referring to screenshot, my arrow at the scroll-to-top button is not centered (not sure why).

    How to make it centered?

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

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    .scrollToTop:after {
        display: block;
        text-align: center;
    }

    Best Regards

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