Howdy,

I love the theme, but I'm having some trouble with the drop down menu. When my menu item is long, the drop down menu background color doesn't grow to accommodate the text. Please see the screen shot...

Is there an easy fix?

Thanks!

CommentFileSizeAuthor
Longtext.png17.48 KBjfro

Comments

macmladen’s picture

I think I found a solution.

You have to create a local.css in css directory and paste this code inside:

.primary-menu ul li a, .primary-menu ul li .nolink {
	display: block;
	padding: 0 1em;
	text-decoration: none;
}

#primary-menu.block ul {
	margin-left: 0;
	width: auto;
}
Guru’s picture

Status: Active » Needs review
Issue tags: +CSS, +Drupal 6.x, +Fusion Theme, +Celadon Theme
bryancasler’s picture

#1 Works the best for me

Both answers here did not
http://drupal.org/node/781694