Skip to content

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:

PositionDescription
bottom-rightMost common, doesn't interfere with navigation (default)
bottom-leftGood alternative if bottom-right conflicts with chat widgets
top-rightVisible immediately, but may conflict with navigation
top-leftLess common, useful for specific layouts
centerCentered 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):

  1. Choose a different corner position
  2. 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.

Built with care by SarverEnterprises