Viewing 5 reply threads
You must be logged in to reply to this topic.
Hi there, when our site is viewed on an ipad if you touch the screen the whole site shrinks quickly then enlarges again, its really strange, also happens sometimes when you load a new page.
Hello,
The site has a white space on the right when viewing on an ipad, this may cause the site to shrink when loading. Please try and add this code to your CSS box:
@media (max-width: 979px) and (min-width: 768px) {
.viewport {
overflow-x: hidden !important;
}
}
and let us know.
Best regards!
Hello,
In that case you can change it this way:
@media (max-width: 1100px) and (min-width: 768px) {
.viewport {
overflow-x: hidden !important;
}
}
Let us know.
Best regards!
Hi unfortunately this has not fixed the issue, any other ideas?
Thanks
You must be logged in to reply to this topic.