Hi Kate,
I looked at your site and see that the header is positioned “fixed” with top value 0.
It is expected for the header to overlap that way. Announcer does not know that there is a header which is overlapping.
We can use CSS though as a workaround, but is messy.
I would suggest either of these,
1) Adjust elementor settings and change the header “sticky” offset value from 0 to 50px
2) Move the announcement to the bottom of the screen
3) Move the announcement below the header using the CSS below.
.ancr-group.ancr-pos-top{
top: 100px !important;
}
Thanks,
Aakash