Author Topic: how to move the client chat window location?  (Read 5138 times)

0 Members and 1 Guest are viewing this topic.

heyzero

  • Jr. Member
  • **
  • Posts: 3
how to move the client chat window location?
« on: July 08, 2015, 03:23:37 PM »
how to move the client chat window location?

What files should I change?

now,There is a floating window in the lower right corner in my website.the Floating client chat window  is covered.

I want to move  chat window  to the lower left corner or Move  a little bit.

who can help me? thanks!

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: how to move the client chat window location?
« Reply #1 on: July 08, 2015, 05:58:39 PM »
You need to customize invitation style, namely https://github.com/Mibew/mibew/blob/master/src/mibew/styles/invitations/default/invite.css file.

Also it would be better to create a custom invitation style to avoid problems on updating Mibew to the next version.

heyzero

  • Jr. Member
  • **
  • Posts: 3
Re: how to move the client chat window location?
« Reply #2 on: July 09, 2015, 03:36:40 AM »
thanks,i found it
it's in styles/chats/default/iframe.css

Dmitriy Simushev

  • Moderator
  • Native
  • *****
  • Posts: 345
Re: how to move the client chat window location?
« Reply #3 on: July 09, 2015, 06:14:06 AM »
Yes, you're right. "styles/chats/default/iframe.css" is the file that should be modified. I've mistaken then tell you about invitation style, sorry for that.

heyzero

  • Jr. Member
  • **
  • Posts: 3
Re: how to move the client chat window location?
« Reply #4 on: July 09, 2015, 06:47:44 PM »
You are a good man, warm-hearted. You let me find the direction, no matter how I should thank you!