Archived topic
iPad Pro Portrait Mode Issues
15 replies · Started by Ethan on November 3, 2020
Hi there, my site works fine on desktop, mobile and non-pro tablets. But iPad Pro portrait mode things are looking messy.
My site’s logo gets so small and left hand side menu just overflowing over the main content are and looks messy. Here’s my home page. Please see it in an ipad pro in portrait mode.
Is there anyway I can fix this?
Hi there,
This is what I'm seeing using the browser simulator:
https://www.screencast.com/t/2snzJnjGDH9r
Is that what you are seeing as well?
Hi Leo,
That's weird. This is wat I see on my ipad pro:
screencapture
Hi there,
the main issue is your sidebars are set to 15% wide which is not wide enough for the widgets.
Try increasing it to 20% in Customizer > Layout > Sidebars
Hey David, thank you so much. You were right. It's working now.
Only one thing, why is the site logo is exteremly small in portrait mode (iPad pro)?
Can you disable the cache and lazyloader so i can see whats causing that
just disabled them David.
I'm still seeing some sort of caching going on.
Can you disable all of your caching plugs and server cache?
I am using WP Rocket and will disable everything now
This CSS you've added is causing the issue:
https://www.screencast.com/t/dGBIsZHiZK
The massive margin-left is pushing the logo to be super small.
Oh I see, I remembered that one. I did that to push the search bar to the right. Otherwise it doesn't look symetrical. I change dit again thanks @Leo. Search bar seems a bit weird now I guess I can't have them both at the same time.
Otherwise it doesn’t look symetrical.
Not sure if I understand.
What's weird about the search bar now?
Sorry @leo that wasn't very clear.
I want search bar to finish by extactly where the container finishes. Like end of "Guides" button for example. Is that clear?
If you look at my logo it starts where the container starts and I want search bar to finish where the container ends.
It's not at the end as you have this CSS added:
.dgwt-wcas-search-wrapp {
width: 39%;
}
Try changing it to:
.dgwt-wcas-search-wrapp {
width: 39%;
margin-right: 0;
}
Thanks @Leo it works perfectly. And thanks @David as well. You guys are amazing.