Tagged: mega menu
Hi there
I’m currently working on a site that has a mega menu, I’ve been trying to make it less wide but I cant seem to be able to isolate the code to put in quick css, I wonder if you can help me – the mega menu is under Products.
Thanks, Silvio
Hi Silvio!
Thanks for getting in touch with us!
Try the following CSS code to reduce the mega menu width:
.avia_mega_div.avia_mega3.nine.units {
width: 800px !important;
}
Adjust the number as you see fit. Let me know if you need further assistance.
Best regards,
Jordan
Thanks, that’s perfect!