I have added this into the header though in a style tag and removed the id and this has worked
<style>
.header .header-announcement-bar-wrapper {
box-sizing: border-box;
width: calc(min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2)));
margin: 0 auto;
padding-left:0;
padding-right:0;
}
</style>