changing width of menu item
-
Hi guys
I would like to change the width of some menu items on the blog – if you click on the site, and mouse over ‘posts’ then level II you will find that some items (i.e. corporate finance – level II) extends to more than one line (over two lines). I would like to change the width so that it would be displayed under one line. Is that possible?
Thanks
Omar
The blog I need help with is: (visible only to logged in users)
-
-
-
-
To make the third level of dropdown menus in the Academica theme wider, I would start by updating the width for the list at that level and then make the list items and links in them 100% width so they always work right when you change the first hard-coded width. Here is an example to get you started:
#main-nav ul ul ul { width: 180px; } #main-nav ul ul ul li, #main-nav ul ul ul li a { width: 100%; }Add that to your Appearance > Customize > CSS panel and adjust the 180px value as needed.
- The topic ‘changing width of menu item’ is closed to new replies.