Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move chatbot widget position and increase size within parent.html #577

Open
hebrian opened this issue Nov 9, 2023 · 3 comments
Open

Move chatbot widget position and increase size within parent.html #577

hebrian opened this issue Nov 9, 2023 · 3 comments

Comments

@hebrian
Copy link

hebrian commented Nov 9, 2023

Hi everyone, I have been playing around with moving around the embedded chatbot widget (default on the lower right-hand corner) and increasing it's overall size. I have been mainly editing "custom-chatbot-style.css" but let me know if I am looking at the wrong file. Greatly appreciate any help as I am new to web development. A couple of questions–

  1. How do I increase the size of the chatbot widget circle? I have explored the width, height, and border-radius within button.min-button, but the circle appears to cutoff when it is larger because constrained by a 300x85 parent box?
  2. Once the chatbot widget circle is increased in size, how do I get the vue icon within it to expand to the correct size?
  3. How can I move the chatbot widget to a specific position on my webpage and keep it absolute? Eg. to the middle of my screen, but not moving due to user scroll.

Here is an example exercise that I hope to achieve:
lex-web-ui

@hebrian hebrian changed the title Move chatbotwidget position and increase size within parent.html Move chatbot widget position and increase size within parent.html Nov 9, 2023
@atjohns
Copy link
Contributor

atjohns commented Mar 18, 2024

Apologies that no one ever responded to you here. Is this still something you need assistance with?

@vinayburam
Copy link

Can you please help me to change the color of icon

@atjohns
Copy link
Contributor

atjohns commented Nov 27, 2024

In the CloudFormation, you can set the 'MinimizedButtonColor' parameter to change the color.

You can also set it in manually by modifying the custom css file like so

button.min-button {border-radius: 60px; background-color: #9c761c !important;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants