Hi, Is it possible to change the submenu width for a specific menu item, without affecting the other submenu widths?
For example, can the submenu for “Programs” be wider than the submenu for “About” (which is the default submenu width)?
Website details below. Thank you!
Hey designyvr,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
#top .av-main-nav li#menu-item-3712:hover > ul {
min-width: 300px;
}
/* End CSS */
Please make sure to clear the browser cache to view the changes.
Best regards,
Vinay
This is great!!! Thanks for the quick response Vinay!!
Hi designyvr,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria