- Posts: 2
- Thank you received: 0
Problem with responisveness on mobile and tablet
-
marcomich
Inactive member - Topic Author
- New Member
Less
More
11 years 3 months ago - 11 years 3 months ago #32586
by marcomich
Problem with responisveness on mobile and tablet was created by marcomich
hi, there is a problem with the menu responsiveness, if i look the site on iphone vertically it appears good, but the menu does not work, and if i put the iphone horizontally, the menu looks extended and not alligned.
In tablet version the site appear not at the center of the screen but the right part of the site is out of the screen.
i add some file to explain better. i need to go online as soon as possible.
thanks
In tablet version the site appear not at the center of the screen but the right part of the site is out of the screen.
i add some file to explain better. i need to go online as soon as possible.
thanks
Last edit: 11 years 3 months ago by marcomich.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #32595
by ivan.milic
Replied by ivan.milic on topic Problem with responisveness on mobile and tablet
Open this file:
templates/hot_tennis/js/responsive_menu.js
at bottom add:
window.addEventListener("orientationchange", function() {
jQuery(window).trigger("resize");
}, false);
templates/hot_tennis/js/responsive_menu.js
at bottom add:
window.addEventListener("orientationchange", function() {
jQuery(window).trigger("resize");
}, false);
Please Log in to join the conversation.
Time to create page: 0.155 seconds