To remove extra padding at the top of nav header (see screenshot)

You can use this code to Custom CSS box
a.header-skip-link.sqs-button-element--primary {
display: none !important;
}

To remove extra padding at the top of nav header (see screenshot)

You can use this code to Custom CSS box
a.header-skip-link.sqs-button-element--primary {
display: none !important;
}
