How to remove space on left/right of Header

To remove space on the left/right of the Header Squarespace.

You can use this to Custom CSS box

div.header-announcement-bar-wrapper {
padding-left: 0px !important;
padding-right: 0px !important;
}