Previously, there was no space between the header wrap and the main container (See the below image)
I tried the below custom CSS to solve this problem, but no effect.
.d-header .wrap {
max-width: 1144px;
box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
}
Firefox inspection gives me this,
How can I fix this??