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

    Hey guys,

    I was wondering if there was a way to have the mega menu be fullwidth. Also is there way to change it instead of being hover to open the mega menu to a click.

    Thanks,

    #244717

    Hey Pappasdg!

    Thank you for using the theme!

    I’m sorry but it’s not possible to make the megamenu fullwidth without creating a script that will calculate the browser width and apply it to the megamenu div. Anyway, you can specify the width of the mega menu using this on Quick CSS or custom.css:

    @media only screen and (min-width: 1140px){
    .responsive .container .avia_mega_div.twelve.units {
    width: 1300px;
    }
    }

    For further customization, please visit Werkpress.

    Cheers!
    Ismael

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