Thank Doobbe for ALL of the help!!
Appreciated!!
OK, I see on line 2261 of the style.ccs @media (max-width: 800px)
do I change the 800px to 1024 then?
Or should I add your line of code before this line of code?
Thank you!
Does that go into the header.php or someplace in the style.css?
@media (max-width: 1024px) {// css for ipad}
Thanks again!
I just fixed it by:
Changing header.php
So I found the <meta name=”viewport” content=”width=device-width” />.
edit it to: <meta name=”viewport” content=”1000″ />
Just tested on my iPad2 and it looks as normal again.
Is this what you had in mind Doobbe?
Thanks
Thanks for the above into, it FIXED my iPad 2 issue also!