Widget Position
Below is an example of the CSS snippet to be added to the <head> tag that allows you to move the widget's position within the website.
The code snippet above shows how to position the widget to the bottom left of the page.
The classes and IDs mentioned above must be preserved to reference the web chat and messenger floating button.
How to Modify the Widget's Position
The following parameters can be adjusted as needed:
Positioning properties
The position properties are top, bottom, left, right. In the example above, we're setting the position at the bottom left.
Positioning values:
HeydayStartIconHorizontal,
HeydayStartIconVertical
If not already present in the HTML's <head> tag, the following must be included:
<meta name="viewport" content="width=device-width, initial-scale=1">
Last updated