Satellite Position Use this to place the Satellite in the bottom-right, middle-right, or top-right. Important Notes: The static setting shown here is included only for testing and demo purposes. The X and Y position can be altered with the CSS custom properties (variables). Demo
Twig
{% include '@bolt-components-satellite/satellite.twig' with {
  content: _content,
  position: 'static',
  attributes: {
    style: '--c-bolt-satellite-offset-x: 100px;'
  }
} only %}
HTML
Not available in plain HTML. Please use Twig.