Academica: change size drop-down header menu

  • Unknown's avatar

    Hi,

    In the Academica theme, I would like to change the breadth of the drop-downs in the header menu. They are currently rather too narrow, so that entries take up multiple lines. A messy look.

    Would the CSS code apply across the board to all drop-downs, or is it also possible to specify how these behave individually?

    Many thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I see you have widened a couple of the menus using the menu id to 170px. This would widen all of them to 170px.

    #main-nav ul ul a {
    	width: 170px;
    }
  • The topic ‘Academica: change size drop-down header menu’ is closed to new replies.