Site logo

Archived topic

Megamenu 100% width

3 replies · Started by Sergio on July 20, 2022

Viewing posts 1–4 of 4

Hi Sergio,

Can you try adding this in Customize > Additional CSS:

@media (min-width: 1025px) {
    .inside-header {
        position: relative;
    }

    .inside-navigation.grid-container {
        position: static;
    }
}

Kindly let us know how it goes.

It works perfectly.
Thank you very much Fernando!

You’re welcome Sergio!

This archived topic is closed to new replies.