Hi there, when I go to www.billdowpmp.com desktop it comes up perfect, however when I do this same site on my iphone it will not scale.
Secondly, I also have a big yellow dot on my screen, that has come up since updating, but I think I can fix that. That is second to my scaling on the phone problem.
So, check it out, it won’t scale properly when I use the same site on moble.
Thanks
Bill
Hi @billdow,
You said in an older post that you used a css code:
@media only screen and (max-width: 1024px) {
#header {
background-attachment: initial !important;
}
But I checked your website and it does not show. Could you put the code?
Thanks,
Cristian
Thanks, I don’t remember saying that but not issue. Where do I put it. I tried to add it to my header code and it crashed my site.
Where do I add it?
Thanks
Bill
Guys, any updates, no idea where to put this code.
Thanks
Bill
Hi Bill,
Put it using a simple custom css. Like this:
After installing the plugin copy and paste the code that I provided you.
Thanks,
Cristian
Hi there, I added the plugin simple custom code and added the code and it still did not work on my Iphone. 
Any other tricks?
Thanks
Bill
Hi,
Try also this:
@media only screen and (max-width: 1024px) {
#header {
background-attachment: initial !important;
}
#header .bottom-header {
padding-top:0px;
}
}
Thanks,
Cristian
Thanks that is awesome, and totally worked for my home page only. My phone displays my home page only, but I have the same problem on any other page.
Any suggestions for the other pages?
Thanks
Bill