Thank you
The scroll-to-offset option is designed to offset navigation to an anchor
id which would be the standard way to navigate within a page. However your component is using a
name attribute instead.
To get around this I have added the following to the Custom CSS field of your template settings (edit to taste where 100px is your offset)...
[name] {
scroll-margin-top: 100px;
}
Ciaran