Page unresponsive

Hi

http://pintotours.net/Oceania/Australia/airportSyd.html

I’ve just got a Google report that this page "Content not sized to viewport. And they are right, but I cannot understand why. This page has the same stylesheet as many others that function well.

I compared the page line by line with a similar one that work, with Notepad++ and cannot see any differences that could cause the problem. I suspected the images but again I cannot see anything wrong.

Please, see if you can find the problem

Thanks

Well that was tricky. There is a certain paragraph in your HTML that has a long URL. That URL is not being broken up as the screen gets smaller and as a result, causes scrollbars.

You need to break up that URL that is in the paragraphs.

word-break: break-all;

Add that to the paragraphs (or better yet, don’t just link the long URL - give it a better name.)

1 Like

It looks OK to me using the “Responsive Layouts” resizing tool in the Web Dev Toolbar. (Firefox.)

Ryan

You get another medal for that!

Many thanks. I haven’t looked at it but I’m sure I can sort it out now.

Cheers

Hi Ryan

Which url. I cannot see anything unusually long…

Forget it. I got it!

All good?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.