Archived topic
Blog Page Not Visible on iPhone or iPad
5 replies · Started by Ian on May 26, 2019
I first notices this problem a couple of weeks ago and opened a support ticket about this a week ago. The blog page archive (content) is not visible on iPhone and iPad and took a while to appear on desktop. It seems to be a conflict with the SG Optimiser Plugin. When I turn it off, the content is displayed. I'm reporting this to you but I'll also report this to SiteGround.
Hi there,
we are seeing quite a few issues with SG Optimiser - personally its the first plugin i delete if working on a SG Server. You may want to try our optimization tips as an alternative:
Thanks David. I’ll check that info out.
You're welcome
Hi David,
One thing that happened after I optimised the site is the main nav header menu now gos to two lines but I'm not sure why it is doing that?
I can see that when the browser view is around 800px wide because there is not enough room for the menu and the logo. If that is the same for you then you can use the CSS provided here to break to mobile earlier:
Just change this: @media (max-width: 768px) { to @media (max-width: 801px) {
Let me know