Can’t seem to use any of the standard CSS tricks to get the Main Menu’s, Sub-Menu to auto resize width with no-wrap links.
Do you have any suggestions to make the sub-menu drop downs auto resize width?
Thanks
Hi mediamstr!
Try this CSS out.
.av-main-nav ul { width: auto !important; min-width: 140px !important; }
Regards,
Elliott
Thank you that worked. I had the same code, bud didn’t think to use or that I would need “important!”