- Posts: 44
- Thank you received: 0
Submenu TROUBLE
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
11 years 7 months ago - 11 years 7 months ago #32612
by Jeannine
Hello there.
I do have some critical issue with submenu-submenu (3rd level) The 3rd level submenu appears at the top of the page instead of aside the 2nd submenu, see attached img.
My settings in menu module are:
Start Level 1
End Level All
Show Sub-menu items yes
Advanced
Menu Tag ID nav
Menu Class Suffix:
Target Position:
Alternative Layout: Default
Module Class Suffix:
Submenu TROUBLE was created by Jeannine
Hello there.
I do have some critical issue with submenu-submenu (3rd level) The 3rd level submenu appears at the top of the page instead of aside the 2nd submenu, see attached img.
My settings in menu module are:
Start Level 1
End Level All
Show Sub-menu items yes
Advanced
Menu Tag ID nav
Menu Class Suffix:
Target Position:
Alternative Layout: Default
Module Class Suffix:
Last edit: 11 years 7 months ago by Jeannine.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #32618
by ivan.milic
Replied by ivan.milic on topic Submenu TROUBLE
Send us link so we could check
Please Log in to join the conversation.
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 44
- Thank you received: 0
11 years 7 months ago #32622
by Jeannine
Replied by Jeannine on topic Submenu TROUBLE
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago - 11 years 7 months ago #32623
by ivan.milic
Replied by ivan.milic on topic Submenu TROUBLE
That menu on that template actually does not support 3rd level, but you can make something by this trick: add this to template_css.css:
#nav li ul ul{
top: auto;
left: auto;
margin-left: 100px;
margin-top: -5px;
}
#nav li ul ul{
top: auto;
left: auto;
margin-left: 100px;
margin-top: -5px;
}
Last edit: 11 years 7 months ago by ivan.milic.
Please Log in to join the conversation.
-
Jeannine
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 44
- Thank you received: 0
11 years 7 months ago #32624
by Jeannine
Replied by Jeannine on topic Submenu TROUBLE
Hello again. Thank you very much for helping. I added the style, but unfortunately no change.. still the same problem.


Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #32625
by ivan.milic
Replied by ivan.milic on topic Submenu TROUBLE
Maybe you need to just refresh so browser loads changed file, if that does not help try:
#nav li ul ul{
top: auto!important;
left: auto!important;
margin-left: 100px!important;
margin-top: -5px!important;
}
#nav li ul ul{
top: auto!important;
left: auto!important;
margin-left: 100px!important;
margin-top: -5px!important;
}
Please Log in to join the conversation.
Time to create page: 0.085 seconds