I have a problem with the enfold theme. on iPad one third of the screen on the right side is blocked by a large blue field. Can you help me.
Hey Tupolev!
Can you post a screenshot of the issue you are having?
I have checked your website on my iphone and tried resizing the window but i could not reproduce the issue on my end.
Cheers!
Yigit
Hi!
Please try deactivating all active plugins and check if that helps.
Best regards,
Yigit
Hey!
As far as i know @devin has an ipad. I have asked him to check your website. Let us wait to hear from him
Best regards,
Yigit
Hey!
Its because you have this in your css:
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
body {
width: 495px;
}
}
You’ve forced the width smaller than what it should be naturally so its got a big empty space where the background is visible.
Regards,
Devin