- Posts: 16
- Thank you received: 0
Submenu size, how to change width?
-
antrofilico
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 11 months ago #17566
by antrofilico
Submenu size, how to change width? was created by antrofilico
Hi.
How can I change the drop-down menu and submenu width ?
Thanks.
How can I change the drop-down menu and submenu width ?
Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #17585
by ivan.milic
Replied by ivan.milic on topic Re: Submenu size, how to change width?
template_css.css:
#nav li ul a {
width: 160px;
line-height: normal;
padding: 10px;
}
increase width: 160px; value
#nav li ul a {
width: 160px;
line-height: normal;
padding: 10px;
}
increase width: 160px; value
Please Log in to join the conversation.
-
antrofilico
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
12 years 11 months ago #17792
by antrofilico
Replied by antrofilico on topic Re: Submenu size, how to change width?
Ok, thanks. That works.
Other question: how can modify the width of the top level menu ? I want all menu item with same width.
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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #17804
by ivan.milic
Replied by ivan.milic on topic Re: Submenu size, how to change width?
add in bottom of template_css.css:
#nav > li{
width:XXXpx!important;
}
where you should put numeric value for XXX.
#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