Home Forums Basel support forum Anchor button

Anchor button

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

    Unissima_Comopi
    Participant

    Hi.

    The anchor button appears on the same site as our chatboot. Is it possible to change the position of the anchor knob slightly upwards?

    Thank you.

    Best regards,

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

    Hello,

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

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

    You can change the values or move it to another side with this code:

    .scrollToTop {
        bottom: 75px;
        right: auto;
        left:40px;
    }

    Best Regards

    #308257

    Unissima_Comopi
    Participant

    Hi.
    Thank you very much.

    Best regards,

    #308508

    You are welcome! We are here to help.

    Wish you a wonderful day!

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