Home Forums WoodMart support forum FB chat & ScrollToTop position problem solving

FB chat & ScrollToTop position problem solving

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #88767

    mmrahmad91
    Participant

    Hello, I have a problem to solve FB chat & ScrollToTop position on my website. please help me to solve this.

    I want to change FB chat position will be alongside of ScrollToTop button.

    Regards
    Ahmad

    #88784

    mmrahmad91
    Participant
    #88787

    Hello,

    Try this code, add it to the Theme settings > Custom CSS:

    .fb_dialog  .fb_dialog_advanced .fb_customer_chat_bubble_animated_no_badge .fb_customer_chat_bubble_pop_in{
        background: none;
        border-radius: 50%;
        bottom: 10pt!important;
        display: inline;
        height: 45pt;
        padding: 0px;
        position: fixed;
        right: 80px!important;
        top: auto;
        width: 45pt;
        z-index: 2147483646;
    }

    Best Regards

    #89180

    mmrahmad91
    Participant

    It’s not solve… please check

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

    Hello,

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

    .fb_dialog {
    bottom: 10px!important;
    right: 80px!important;
    }

    And delete the previous code from Desktop

    Best Regards

    #89636

    mmrahmad91
    Participant

    Thank you, It’s solved…

    #89646

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘FB chat & ScrollToTop position problem solving’ is closed to new replies.