Gary use:
<style>
#Top, [id^="Sect"] {
scroll-margin-top: 63px;
}
</style>
I mistyped Top as top and ^ as |.
If you changed Top to Section0, then:
<style>
[id^="Sect"] {
scroll-margin-top: 63px;
}
</style>
does the job.
Acorn
Gary use:
<style>
#Top, [id^="Sect"] {
scroll-margin-top: 63px;
}
</style>
I mistyped Top as top and ^ as |.
If you changed Top to Section0, then:
<style>
[id^="Sect"] {
scroll-margin-top: 63px;
}
</style>
does the job.
Acorn
Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat
Excellent, all works
Bookmarks