To add a floating Chatbot in the bottom-right of a Fluid Topics portal:
- Open the Header designer.
- Add a Modal component anywhere.
-
Give the Modal component the following CSS properties:
right: 0px; bottom: 0px; position: fixed; margin: 30px; -
Change the Modal icon to
MESSAGE_BOT. -
Style the icon.
For example:
--ft-icon-font-size: 50px; color: var(--ft-color-primary); background-color: white; padding: 30px; border-radius: 30px; border: 1px solid var(--ft-color-primary); -
Open the modal.
- Add a Chatbot component inside the Modal window.
- Style the components.
- Save and publish.
Result: