On Wednesday, 13 April 2016 at 12:45:21 UTC, Bubba wrote:

One thing that you should try to run: https://developers.google.com/speed/pagespeed/insights/
on your page.

that page shows where and how to fix your site for speed and better user experience. It even compress data like: Images/CSS/JS files where you can download and upload on your server.

The user experience for mobile is low there, and exactly what I feel while browsing.

Take a look there and try something like:

@media screen and (max-width:800px) { }

and

@media screen and (orientation:portrait) { }

For handling new behaviors on Mobile.

Thank you for the suggestions! I'll have a look.
Regards,
André


Reply via email to