Hello,
I’m still having issues with the way our site is rendered on mobile devices – specifically iPads. Before I list the issues, here is custom code we have in place:
@media only screen and (max-width: 1024px) {
.blog-grid-items .blog-item.col-sm-sf-5 {
width: 25%!important;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.image-banner-content p {
margin: 0!important;
}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.image-banner-content p {
margin: 0!important;
}
I’ve attached a few images for your reference.
1. When viewing portrait our entire navigation menu disappears. I have the menu set correctly to mobile – so it should appear.
2. When viewing landscape, the navigation menu renders incorrectly – text covers shopping cart icon and some text gets pushed to second line. It looks terrible.
3. The “show cart” and “show account options” are turned off but they still appear on the page.
I could really use some help fixing this.
Thank you,
Dawna
I would think that the site should adjust correctly to both views on the ipad. When I view other websites on an ipad, they render well in landscape and portrait views. Why isn’t this working with this theme?
Attachments:
You must be
logged in to view attached files.