Tagged: column width
Hi guys,
I’d really prefer my drop-down menu items not to wrap. How can I make the columns wider for the drop-down menu items?
Thanks
Nana
Hey NanaKuo!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_menu .menu ul { width: 262px; }
Cheers!
Yigit
This works great!
… Is there a way to control it for each column?
Thanks!
Nana
Hi!
You can customize the code a bit and add menu item ID as following
.main_menu .menu li#menu-item-2293 ul { width: 350px; }
You should click on parent menu item on Chrome or Firefox and click Inspect elements to find out its menu item ID
Regards,
Yigit
Thank you again! Works perfectly.
Nana