- Posts: 14116
- Thank you received: 1639
Menu in mobile doesn't work
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 9 months ago #37838
by ivan.milic
Replied by ivan.milic on topic Menu in mobile doesn't work
I can not access your site now
Please Log in to join the conversation.
-
angelicalopez
Inactive member - Topic Author
- Member
Less
More
- Posts: 48
- Thank you received: 0
10 years 9 months ago #37840
by angelicalopez
Replied by angelicalopez on topic Menu in mobile doesn't work
maybe later! but the normal menu is not showing. thanks! papayera.co.uk
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 9 months ago #37845
by ivan.milic
Replied by ivan.milic on topic Menu in mobile doesn't work
In:
templates/hot_music_band/js/responsive_menu.js
var topMenuContainerWidth = jQuery("div.cell").has("ul.navv").innerWidth();
replace with:
var topMenuContainerWidth = jQuery("ul.navv").closest('DIV.container').innerWidth();
Add this css to bottom of template_css.css:
ul.bumNav{
position: absolute;
right: 10px;
}
templates/hot_music_band/js/responsive_menu.js
var topMenuContainerWidth = jQuery("div.cell").has("ul.navv").innerWidth();
replace with:
var topMenuContainerWidth = jQuery("ul.navv").closest('DIV.container').innerWidth();
Add this css to bottom of template_css.css:
ul.bumNav{
position: absolute;
right: 10px;
}
Please Log in to join the conversation.
-
angelicalopez
Inactive member - Topic Author
- Member
Less
More
- Posts: 48
- Thank you received: 0
10 years 9 months ago #37859
by angelicalopez
Replied by angelicalopez on topic Menu in mobile doesn't work
Hi there,
Thanks for your support! no w is working properly!
Thanks!
Thanks for your support! no w is working properly!
Thanks!
Please Log in to join the conversation.
Time to create page: 0.079 seconds