Home Forums WoodMart support forum move scroll to top button

move scroll to top button

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

    HEADS AND TAILS
    Participant

    hi there

    could you please help me with the .css to move the scroll to top button just above the tawk to chat icon please? they are currently on top of one an other.

    thankyou

    im guessing its the ‘inline to change but I don’t know what to:

    .scrollToTop:after {
    display: inline;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    content: “\f115”;
    font-family: woodmart-font;
    }

    best wishes and thankyou

    #285698

    Hello,

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

    .scrollToTop {
        bottom: 20px;
    }

    Change this value as per your needs.

    Best Regards

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