Full width header with CSS?

Hi @chapoi , thank you for your interest.
I deleted the component and used these codes.

.d-header>.wrap {
    margin-right: 15px;
    margin-left: 15px;
    max-width: none;
}

The codes are working as I want now. :pray:

1 Like