Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #215994

    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

    #216494

    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

    #217278

    This works great!

    … Is there a way to control it for each column?

    Thanks!

    Nana

    #217553

    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

    #217576

    Thank you again! Works perfectly.

    Nana

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘how to make list menu columns wider?’ is closed to new replies.