• How can I make the pulldown menus wider so that more characters fit on a line? I’d like to avoid having a character return in the middle of menu items. Thanks!

Viewing 1 replies (of 1 total)
  • Add the following code to your stylesheet:

    ul.menu ul,
    div.menu ul ul {
    	width: 280px !important;
    	}
    ul.menu li li:hover ul,
    ul.menu li li.sfHover ul,
    div.menu ul li li.sfHover ul,
    ul.menu li li li:hover ul,
    ul.menu li li li.sfHover ul,
    div.menu ul li li li:hover ul {
    	left: 280px !important;
    	}

    Increase the width as you see fit. Change both styles whenever you make a change.

Viewing 1 replies (of 1 total)
  • The topic ‘How to extend menu width for more characters’ is closed to new replies.