- Posts: 4
- Thank you received: 0
Top menu
-
Guy
Inactive member - Topic Author
- New Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #27608
by ivan.milic
Replied by ivan.milic on topic Top menu
In template_css.css:
#nav li ul a {
width: 160px;
line-height: normal;
padding: 8px 10px;
text-transform: none !important;
}
did you set always show sub-menu items to yes?
#nav li ul a {
width: 160px;
line-height: normal;
padding: 8px 10px;
text-transform: none !important;
}
did you set always show sub-menu items to yes?
Please Log in to join the conversation.
-
Guy
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #27661
by ivan.milic
Replied by ivan.milic on topic Top menu
If you use custom style you can select that in template parameters, if you use predefined style you can then edit styles/styleX.php (X is number of pre-defined style) to change it manually. This are 4 options given for custom style:
fadeIn(700)
slideDown('slow')
show(400)
show(0)
and you can put any other animation if you want. Variable for example in style1.php file is
$menuAnimationEffect = "show(0)";
fadeIn(700)
slideDown('slow')
show(400)
show(0)
and you can put any other animation if you want. Variable for example in style1.php file is
$menuAnimationEffect = "show(0)";
The following user(s) said Thank You: Guy
Please Log in to join the conversation.
Time to create page: 0.228 seconds