Hi,
Could the issue be that we are using a jpg as the background to that page that is preventing the resizing of the page.
If so how could we change this code to allow us to use the jpg yet the text automatically responds to iPad or smartphone? I know this might be beyond this forum, however your help is appreciated.
Hi, i just checked your source code now, and i see you have used static inline styles on paragraph elements. That makes it nearly impossible to make it responsive. You need more semantic markup at first;
– use headings for big-bold sized text instead of paragraphs
– style your elements by giving them a class
– use background-size: contain for background images,