Widget Positioning
Control where your feedback widget appears on the page.
Position Options
Widget position is configured through the dashboard when creating or editing a widget. Available positions:
| Position | Description |
|---|---|
bottom-right | Most common, doesn't interfere with navigation (default) |
bottom-left | Good alternative if bottom-right conflicts with chat widgets |
top-right | Visible immediately, but may conflict with navigation |
top-left | Less common, useful for specific layouts |
center | Centered on the page |
TIP
Position only applies to feedback widgets (modal forms). Reaction widgets are inline and positioned where you place the embed code.
Mobile Considerations
On mobile devices, the widget automatically adjusts:
- Smaller button to avoid blocking content
- Full-width form for easier input
- Bottom positioning prioritized for thumb reach
Avoiding Conflicts
If you have other floating elements (chat widgets, cookie banners):
- Choose a different corner position
- Use CSS z-index if needed:
css
.fv-widget-trigger {
z-index: 9999;
}TIP
Test your widget on various screen sizes to ensure it doesn't block important content.
