kerremans 0 Report post Posted July 31, 2011 How can I change the width of the drop down menu?. I don't want to change the width of the menu items in the main nav, just the menu items that drop down. Apparently the drop down menu adjusts depending on the size of the main nav menu item, but I want to control this independently. Link: http://www.overlevering.eu/cassatieprocedure/begrippenlijst Share this post Link to post Share on other sites
Kate 3 Report post Posted August 1, 2011 Are you using custom code (CSS) for the menus? I believe it normally has a set width. You could try something like this: .sub-menu{width:200px !important;} Share this post Link to post Share on other sites
kerremans 0 Report post Posted August 3, 2011 Great! That's it. Share this post Link to post Share on other sites