Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1338067

    Hello, I am trying to get the mega menu to be fullwidth. I have been trying and researching for a few days with no luck. I am wondering if you could help me!

    It is great appreciated!

    #1338173

    Hey stoneroad,

    Thank you for the inquiry.

    You can try this css code to make the mega menu container full width but the positioning might become a little off on certain screen sizes because the modification might affect the script that dynamically calculates the position of the mega menu container based on the location of the parent menu item and some other factors.

    #header .avia_mega_div {
        width: 100vw !important;
        margin-right: -28px !important;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

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