Solving Styling Problems
Styling Guidelines
Please follow these guidelines to ensure the best experience for your users:
1. Widget Size
The widget should fit comfortably on your visitors' screens without requiring horizontal scrolling. It should take up only as much space as needed while remaining fully visible.
2. Fixed Position
The widget should stay in place when visitors scroll your page. In most website builders, this can be achieved by:
- Setting the container element to 'Fixed Position' or 'Sticky Position';
- Using a 'Fixed' or 'Sticky' section layout option;
3. Scroll Control
To prevent confusion with two scrollable areas (your page and our widget):
- Disable page scrolling when the widget is open;
- This can usually be done by setting your page's body to 'overflow: hidden';
- In most website builders, this can be found in the 'Custom Code' or 'Page Settings' section;
Last updated