i think i fix this issue.
maybe you can help me with one more thing?
how can i set the frozen header to be in all pages?
what is the code that i need to put in the site code?
this is the code that i put in the page code:
export function anchorstick_viewportEnter(event) {
//Add your code for this event here:
$w(‘#stick1’).hide()
}
export function anchorstick_viewportLeave(event) {
//Add your code for this event here:
$w(‘#stick1’).show()
}