*

questions

  • *****
  • 319 posts
BUG Online chat shadow on mobile
« on: February 23, 2023, 09:22:41 PM »
Hello,

Is there any way to remove the online chat shadow while on mobile? It does not look user friendly at all.

Thank you,

Marked as best answer by questions on February 24, 2023, 11:11:38 PM
*

MB Themes

Re: BUG Online chat shadow on mobile
« Reply #1 on: February 24, 2023, 08:41:59 PM »
In theme responsive.css find:
Code: [Select]
  body .oc-chat.oc-closed {left:10px;bottom:55px;width:46px;height:46px;right:auto;}

Replace with:
Code: [Select]
  body .oc-chat.oc-closed {left:10px;bottom:55px;width:46px;height:46px;min-height:46px;right:auto;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

questions

  • *****
  • 319 posts
Re: BUG Online chat shadow on mobile
« Reply #2 on: February 25, 2023, 08:46:10 AM »
In theme responsive.css find:
Code: [Select]
  body .oc-chat.oc-closed {left:10px;bottom:55px;width:46px;height:46px;right:auto;}

Replace with:
Code: [Select]
  body .oc-chat.oc-closed {left:10px;bottom:55px;width:46px;height:46px;min-height:46px;right:auto;}

Can you update the plugin please?
« Last Edit: February 25, 2023, 08:55:57 AM by questions »

*

MB Themes

Re: BUG Online chat shadow on mobile
« Reply #3 on: February 25, 2023, 01:28:33 PM »
@questions
Just did it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots