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

You are not logged in.

Announcement

#1 2014-08-02 02:47:40

conlustro
Member
Registered: 2014-08-02
Posts: 2

default bottom right position

I want to move the bottom right position about 30px to the left. If it is all the way at the right it interferes with the scrollbars of certain browsers especially in macs. I don't need to change the Live help is online.. tab just the one after click on Live help is online.. the one with the grey top.
I looked around in several files and changed some css but it is always overridden by inline css making it right:0. Does anyone have a solution?

https://groups.google.com/forum/#!topic … _nekYLX1Jw

Offline

#2 2014-08-02 07:16:33

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

Re: default bottom right position

Hi,

Just put in your style css with somethin like
#lhc_status_container{right:30px !important;
}

Most important there is !important keyword.


On 2 August 2014 03:47, conlustro <conl...***.com> wrote:

I want to move the bottom right position about 30px to the left. If it is all the way at the right it interferes with the scrollbars of certain browsers especially in macs. I don't need to change the Live help is online.. tab just the one after click on Live help is online.. the one with the grey top.

I looked around in several files and changed some css but it is always overridden by inline css making it right:0. Does anyone have a solution?

Offline

Board footer