The width is being set by Javascript, however you can override it using this:
#primary-menu ul li ul {
width:200% !important;
}Of course 200% is just an example, you can choose any width you like. Cheers, Chetan On Wed, Dec 1, 2010 at 10:06 PM, Debbie Campbell <[email protected]> wrote: > I'm having a problem making the width of the dropdown parts of the main menu > wider here: > >> http://www.redkitecreative.com/projects/camper/your-trip/going-west/ > > I'm not sure what CSS selector I need to be editing, I've tried > #primary-menu li li, #primary-menu ul ul and #primary-menu li li a with no > effect. > > -- > Debbie Campbell > www.redkitecreative.com > ______________________________________________________________________ > css-discuss [[email protected]] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
