Widget position options
When using the On button click (floating launcher) trigger, you can choose where the launcher appears on the page.
Positions available
- Bottom right – Most common placement. The launcher sits in the bottom‑right corner of the viewport, above other fixed elements.
- Bottom left – Similar to bottom right but on the left side. Useful if your page has other fixed elements on the right (e.g., chat widget).
- Centre overlay – The launcher is not fixed. Instead, the widget opens as a centred modal when triggered by a custom button you provide. Use this when you want complete control over the trigger button.
Centre overlay mode
In centre overlay mode, you must provide your own button or link. Use the JavaScript API to open the widget:
window.CertorixWidget.open()
Example HTML button:
<button onclick="window.CertorixWidget.open()">Get help</button>
This mode gives you full design control over the trigger button while Certorix handles the modal diagnostic experience.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article