Need gelp to change the chat position

Need help please asap.

How can I change the bottom margin for the chat position. Right now, it’s covering a menu button on my app when in mobile view

1 Like

Hi @Yasser_Soliman and welcome to Community :tada:

We’ve added this code to the Custom CSS field on the Appearance tab of your widget settings:

@media(max-width: 440px) {
  .global-styles, [class^='Window__WindowComponent-sc'] {
  margin-bottom: 140px;
}

.global-styles, [class^='FloatingButton__FloatingButtonContainer'] {
  bottom: 60px;
}
}

Please check it and let me know if you like what you see :slightly_smiling_face:

1 Like

@Max

This is PERFECT! Thank you so much for helping with this.

1 Like

Happy to hear you are good now!

You are always welcome :raised_hands: