Top header full width

Hi. I’d like to make the very top bar/ header the full width of my site. Any idea on how to go about doing this?

Thanks in advance.

Hello Nathan,

Thanks for posting in!

The header is not fullwidth because you have added this custom css:

.x-masthead {
    margin: 0 50px;
}

Please remove it and it will resolve your issue.

Awesome! Thanks so much

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.