- Posts: 48
- Thank you received: 0
Menu in mobile doesn't work
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
11 years 1 week ago #37759
by angelicalopez
Replied by angelicalopez on topic Menu in mobile doesn't work
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 week ago #37761
by ivan.milic
Replied by ivan.milic on topic Menu in mobile doesn't work
See this thread:
www.hotjoomlatemplates.com/support-forum...e-doesn-t-work#37754
www.hotjoomlatemplates.com/support-forum...e-doesn-t-work#37754
Please Log in to join the conversation.
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
11 years 1 week ago #37762
by angelicalopez
Replied by angelicalopez on topic Menu in mobile doesn't work
Hi,
Its my thread. And I did everything posted there but the menu is just showing for 1 second.
Thanks!
Its my thread. And I did everything posted there but the menu is just showing for 1 second.
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 week ago #37770
by ivan.milic
Replied by ivan.milic on topic Menu in mobile doesn't work
No, you still have tinynav menu that uses select tag for menu. If you applied that you should have boom menu I created on fly that uses responsive UL/LI tags
Please Log in to join the conversation.
-
angelicalopez
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 48
- Thank you received: 0
11 years 1 week ago #37773
by angelicalopez
Replied by angelicalopez on topic Menu in mobile doesn't work
So...I should use a different image to replace the menu?
You said that you created on fly that uses responsive UL/LI tags where is that code?
Thanks!
You said that you created on fly that uses responsive UL/LI tags where is that code?
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 1 week ago #37780
by ivan.milic
Replied by ivan.milic on topic Menu in mobile doesn't work
I'am not sure what you say about image, menu is completely different.
Replace responsive_menu.js with one in attachment.
At bottom of layout.css add flowing code:
UL.bumNav > LI{
display: block;
height: 35px;
width: 50px;
}
UL.bumNav > LI > DIV{
background: url(../images/tinynav.png);
height: 30px;
width: 40px;
}
UL.bumNav > LI UL{
background:white;
padding:15px 10px;
margin:0;
z-index:999999;
border-radius: 15px;
}
UL.bumNav > LI UL LI{
padding:10px 10px;
border-bottom:1px dotted silver;
}
Please Log in to join the conversation.
Time to create page: 0.095 seconds