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
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
Hi @Yasser_Soliman and welcome to Community
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
This is PERFECT! Thank you so much for helping with this.
Happy to hear you are good now!
You are always welcome