Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
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
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
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
Widget dimensions itself you can change in embed code generation window
Offline
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
Pages: 1