Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2020-04-30 03:18:00

Leonchu
Member
Registered: 2020-04-14
Posts: 6

Widget icon position

How to possible set up position of the widget icon?

The default position of the widget icon overlaps the design element of my site.

Offline

#2 2020-04-30 04:21:53

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Widget icon position

You can override it's possition by writing custom css in your site css. something like

[== CSS ==]
#lhc_container_v2 #lhc_status_widget_v2{
    right: auto!important;
    left: 10px!important;
}

#lhc_container_v2 #lhc_widget_v2{
left: 30px!important;
}

Offline

#3 2020-05-01 01:37:38

shotgun
Member
Registered: 2020-04-30
Posts: 39

Re: Widget icon position

Excellent, how would you go about sizing it. I'd like a long header style,  160px x 30px. I've got "Support" instead of the .. image, 3 eyed bee or whatever,  no disrespect intended.

Offline

#4 2020-05-01 02:56:52

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Widget icon position

Widget dimensions itself you can change in embed code generation window smile

Offline

#5 2020-05-01 12:51:56

shotgun
Member
Registered: 2020-04-30
Posts: 39

Re: Widget icon position

Hello and thanks but its the status or bubble I am changing not the size of the chat widget. Its the hard coded max-width: 95px, min-width: 95px and max-height: 95px, min-height:95; giving me the hard time. status.css changes some but if I make the width over 80 the container gets scrollbars,  stays at 95px.  I'll figure it out, thanks

Offline

Board footer