How to add margin bottom in web chatwoot. #7713
-
I've tried several options that I know of and I can't add the bottom margin, can someone from the community help me please? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello |
Beta Was this translation helpful? Give feedback.
-
how to reach it |
Beta Was this translation helpful? Give feedback.
Hello
I had same problem and solved it via my website theme custom css, I share with you and hope to be useful.
In my opinion chatwoot must have such feature in built-ed for example define custom font family,size ... etc for widget.
/* text /
#woot-widget--expanded__text {
padding-left:15px;
margin-right: -30px;
}
/ icon */
#woot-widget-bubble-icon {
padding-right:15px;
}