Header to the internal screen

Hi, there,
How can I move the header to the internal screen?

Using ethos, fix top header.

Thank you

Hi @PANCRAZIO,

Thanks for reaching out.

You mean push it outside the current boundaries? That’s possible by adding this CSS to Theme Options > CSS with your preferred values

.x-navbar .x-container.max {
    max-width: 1200px;
}

.x-navbar .x-container.width {
    width: 88%;
}

Those are the current values based on your Theme Options > Layout and Design, please increase it to increase the layout boundary of the header.

Hope this helps. Cheers!

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