(Squarespace) How to add a padding above header

To add a padding above Header, like this.

image

You can use this code to Custom CSS.
If it doesn’t work, you can email or message me.

header#header {
    margin-top: 30px;
}