[Resolved] Megamenu 100% width

Home Forums Support [Resolved] Megamenu 100% width

Home Forums Support Megamenu 100% width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2288164
    Sergio

    Hello

    I have created a MEGA MENU with this tutorial: https://docs.generatepress.com/article/building-simple-mega-menu/

    Is it possible that it takes up the width of the screen?

    I have tried with “width: 100%;” and more options but I can’t find the solution.

    The website is: https://wordpress-507255-2607511.cloudwaysapps.com/

    Thanks in advance

    #2288193
    Fernando
    Customer Support

    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.

    #2288864
    Sergio

    It works perfectly.
    Thank you very much Fernando!

    #2289006
    Fernando
    Customer Support

    You’re welcome Sergio!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.