Question

I am in the process of developing a responsive website which I am. For some reason when I resize the browser, responsiveness work good, however when I load the site on a mobile, the responsiveness is not working correctly.

This is the website:

http://rcb.com.mt/wordpresstesting/WebsiteTest/

I also run a test on an online responsive tester website and responsiveness is working too: http://www.responsinator.com/?url=http%3A%2F%2Frcb.com.mt%2Fwordpresstesting%2FWebsiteTest%2F

I am using this plugin in my website: https://github.com/alvarotrigo/fullPage.js - Could it be something to do with a setting or a callback function in the script ?

Can anyone have a look for me and maybe discover why the responsiveness isn't functioning correctly.

Was it helpful?

Solution

the viewport tag in the <head> is missing, add this

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no" />
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top