I have just added code to reduce the announcement bar height and now I am left with a transparent gap between the bar and the header when I scroll as highlighted in red in the attached image. Does anybody know how to close it up?
I have tried the following code but it didnt work:
body.homepage .page-section:first-child {
padding-top: 0 !important;
}
Thank you!