Change drop-down menu window

  • ady66
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 5 months ago #20591 by ady66
Hello, please how do I change the width of the Drop-Down menu window?
Attachments:

Please Log in to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #20604 by ivan.milic
template_css.php:

.mnu_mainmenu ul {
display:none;
width:160px;
left:-1px;
border:1px solid #dddddd;
padding:12px;
}


.mnu_mainmenu li ul ul {
left:160px;
margin-top:-1px;
}


.mnu_usermenu ul {
display:none;
width:160px;
left:-1px;
border:1px solid #dddddd;
padding:12px;
}


.mnu_usermenu li ul ul {
left:160px;
margin-top:-1px;
}


change 160 in this css entites to bigger value
Last edit: 12 years 5 months ago by ivan.milic.
The following user(s) said Thank You: ady66

Please Log in to join the conversation.

Time to create page: 0.147 seconds
Powered by Kunena Forum