WebchatWidget icon indicating copy to clipboard operation
WebchatWidget copied to clipboard

CSS Customization: Add Example for changing Avatar position

Open alexteusz opened this issue 3 years ago • 0 comments

Hey @kwinto and @pedily ,

Could we please add the following example to the related CSS class documentation in css-customization.md in order to show that one could change the bot avatar position from left bottom to left top?

[data-cognigy-webchat-root] [data-cognigy-webchat].webchat .webchat-message-row.bot {
  align-items: flex-start !important;
}

alexteusz avatar Mar 19 '21 11:03 alexteusz