Jump to content
Sign in to follow this  
kerremans

How to resize the drop down part of the menu?

Recommended Posts

kerremans

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×