- Posts: 29
- Thank you received: 0
Problems reponsive layout on Ipad and Iphone
-
zeroone
Inactive member -
Topic Author
- Member
-
Less
More
11 years 6 months ago #33891
by zeroone
Problems reponsive layout on Ipad and Iphone was created by zeroone
On ipad the layout is only ok when i hold the ipad in Portrait , when i turn the ipad 90° to landscape then layout is broken. Menu not fully visable and images not centered.
On iphone layout is completly messed up.
Who can help me fix this?
THX
On iphone layout is completly messed up.
Who can help me fix this?
THX
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33894
by ivan.milic
Replied by ivan.milic on topic Problems reponsive layout on Ipad and Iphone
Send link
Please Log in to join the conversation.
-
zeroone
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 29
- Thank you received: 0
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33902
by ivan.milic
Replied by ivan.milic on topic Problems reponsive layout on Ipad and Iphone
add this script:
window.addEventListener("orientationchange", function() {
jQuery(window).trigger('resize');
}, false);
at bottom of:
templates/hot_one_page/js/hot_onepage.js
window.addEventListener("orientationchange", function() {
jQuery(window).trigger('resize');
}, false);
at bottom of:
templates/hot_one_page/js/hot_onepage.js
Please Log in to join the conversation.
-
zeroone
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 29
- Thank you received: 0
11 years 6 months ago #33904
by zeroone
Replied by zeroone on topic Problems reponsive layout on Ipad and Iphone
Hi,
i added the code , but no change , same problem.
i added the code , but no change , same problem.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #33916
by ivan.milic
Replied by ivan.milic on topic Problems reponsive layout on Ipad and Iphone
Can you take snapshot of messed-up site
Please Log in to join the conversation.
Time to create page: 0.170 seconds