Control where the translation widget button appears on your page
Use the position option to place the widget button in one of four corners of the page. The dropdown menu intelligently adjusts its open direction based on available viewport space, so it will never clip off screen regardless of which corner you choose.
Each position value maps to a CSS class applied to the widget’s root element:
Value
CSS class
"top-right"
.jigts-position-top-right
"top-left"
.jigts-position-top-left
"bottom-left"
.jigts-position-bottom-left
"bottom-right"
.jigts-position-bottom-right
To place the widget somewhere other than a fixed corner — for example, inline in your header or sidebar — override the position CSS class in your stylesheet. You can remove the fixed positioning and use whatever layout approach suits your design.