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,
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