- Posts: 75
- Thank you received: 0
Side menu ul li won't enlarge if new menu elements are added
-
underground1
Inactive member - Topic Author
- Member
Less
More
7 years 10 months ago - 7 years 10 months ago #46907
by underground1
Hello,
I have a page using hot justice template and as I add new elements to the menu, the first side menu (ul li item) on the page won't enlarge to accommodate the new item that displays overlayed.
I didn't find any code that would solve this via css. Could you please have a look?
Thank you very much.
U1
I have a page using hot justice template and as I add new elements to the menu, the first side menu (ul li item) on the page won't enlarge to accommodate the new item that displays overlayed.
I didn't find any code that would solve this via css. Could you please have a look?
This message contains confidential information
Thank you very much.
U1
Last edit: 7 years 10 months ago by underground1.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 10 months ago #46908
by milos
Replied by milos on topic Side menu ul li won't enlarge if new menu elements are added
Hello,
Your side menu works just fine on my Chrome. Please let me know what browser you are using and include some screen shots.
Regards,
Milos
Your side menu works just fine on my Chrome. Please let me know what browser you are using and include some screen shots.
Regards,
Milos
Please Log in to join the conversation.
-
underground1
Inactive member - Topic Author
- Member
Less
More
- Posts: 75
- Thank you received: 0
7 years 10 months ago - 7 years 10 months ago #46909
by underground1
Replied by underground1 on topic Side menu ul li won't enlarge if new menu elements are added
if you click on the second item. In all browsers.
Last edit: 7 years 10 months ago by underground1.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 10 months ago #46910
by milos
Replied by milos on topic Side menu ul li won't enlarge if new menu elements are added
This is because the next item is too long. Try adding this in template_css.css:
Regards,
Milos
Code:
.mnu_sidemenu li.item-117 {
height:70px;
}
Regards,
Milos
Please Log in to join the conversation.
-
underground1
Inactive member - Topic Author
- Member
Less
More
- Posts: 75
- Thank you received: 0
7 years 10 months ago #46911
by underground1
Replied by underground1 on topic Side menu ul li won't enlarge if new menu elements are added
It is open at 70px all the time. See it now.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 10 months ago #46912
by milos
Replied by milos on topic Side menu ul li won't enlarge if new menu elements are added
Ok, remove this. Also remove this from menu_accordion.css:
This is not there in original template.
Regards,
Milos
Code:
.item-117 ul {
max-height: 25px;
}
This is not there in original template.
Regards,
Milos
The following user(s) said Thank You: underground1
Please Log in to join the conversation.
Time to create page: 0.130 seconds