Home Forums WoodMart support forum Facebook chat issue

Facebook chat issue

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

    henalon123
    Participant

    Hi there, i have elfsight facebook chat, and it hides the “scroll page up” on desktop, and hides almost completely the “my account” tab on mobile,
    Can you please provide me a working css custom code to solve this issue ?
    Thanks and regards.

    #168601

    Hello,

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

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

    It will move to the left.

    Best Regards

    #168611

    henalon123
    Participant

    yes thank you but this is not helpful on the mobile version, if i move it to the left it will hide the cart tab, on mobile i need it to move up and left, please open the site on mobile and see for yourself,
    I need to move the messanger icon, not the scrolltotop icon ..

    #168618

    Hello,

    Please send the site URL and screen where you show how to move to the top button on the desktop and on mobile. The site URL which you provided earlier does not have any chats.

    Best Regards

    #168685

    henalon123
    Participant

    Ive added the support chat on the shop pages,

    #168700

    Hello,

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

    body .scrollToTop {
        right: 120px;
    }

    If you need other devices, insert there and change right: 120px; as per your needs

    Best Regards

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