Support Tickets - Positioning of Widget

Positioning of Widget

Live Chat 30.11.2016 2105 Support Status: Closed Solution: Yes mark_doyle


Hi Jerome,

Where are the style settings to control the position of the floating button, I want to be able to apply style="position:fixed;top:5px;right:5px;"


Replies (2)

  • avatar Jerome

    Are you using Live Chat 3 or Live Chat 2.7?

    In Live Chat 3, please open css/clientchat.css and edit following classes:

    /* Chat Button Float */
    .lcj-slidebutton-float {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999;
    }

    /* Chat Button Float */
    .lcj-button-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    }

    Regards
    Jérôme

    30.11.2016 0
  • avatar mark_doyle

    perfect thank you.

    30.11.2016 0