    /* Example: If the header element has the class 'header' */
    .header {
        padding: 0 !important;
    }

    /* Example: If the header element has the ID 'site-header' */
    #site-header {
        padding: 0 !important;
    }