Home Forums WoodMart support forum Cookie law popup blocks chat support

Cookie law popup blocks chat support

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

    hpb
    Participant

    Hey, are there options to move the accept button to the left?
    http://prntscr.com/pthn4e

    Thanks!

    #155376

    Hello,

    As you want to move that messenger button to the left side of the screen. It is not a part of our theme and added with some third party plugin so there is no such option inside theme options to display it on the left.

    But you can try the below CSS code in Theme Settings >> Custom CSS >> Custom CSS for desktop:

    .fb_dialog{
        margin-right: 1200px;
    }

    Result: https://jmp.sh/9XJ9lOv

    Best Regards.

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