Mobile Site not working

Hello,

Thank you for the theme and all the support you give.

I have recently built and customised our website using illdy theme, including some custom CSS to change colours etc that I found on this forum. I have the website just as id like it but when I go to view it on mobile it barely shows any of the site, despite when using the customizer and viewing in mobile version it looks perfect.

Also to note that when I request desktop site on mobile and then unrequest, sometimes it works. I have tried clearing caches etc and using WP Mobile plugins to no effect.

I have also tried deleting all the custom CSS to no effect.

The site is parkfieldbs.co.uk

What issue is causing this?

Many thanks for your help

Hi @parkfield,

I think you have this issue when using Iphone, therefore try to put this css code in Appeareance > Customize > Additional CSS:

@media only screen and (max-width: 1024px) {
#header {
background-attachment: initial !important;
}
}

This should fix.

Thanks,

Cristian