Submenu size, how to change width?

More
12 years 11 months ago #17566 by antrofilico
Hi.

How can I change the drop-down menu and submenu width ?

Thanks.

Please Log in to join the conversation.

More
12 years 11 months ago #17585 by ivan.milic
template_css.css:

#nav li ul a {
width: 160px;
line-height: normal;
padding: 10px;
}

increase width: 160px; value

Please Log in to join the conversation.

More
12 years 11 months ago #17792 by antrofilico
Ok, thanks. That works.

Other question: how can modify the width of the top level menu ? I want all menu item with same width.

Please Log in to join the conversation.

More
12 years 11 months ago #17804 by ivan.milic
add in bottom of template_css.css:

#nav > li{
width:XXXpx!important;
}

where you should put numeric value for XXX.

Please Log in to join the conversation.

Time to create page: 0.159 seconds
Powered by Kunena Forum