Non Responsive Page

yotube
0

Issue

I'm running Facebook Ads for one of my clients, however, his website is quite old and there are a few pages that aren't being responsive in mobile version. I know basic HTML & CSS, enough to do simple coding but am not sure where to start with this issue.

Issue: The linked pages are below with images attached. In mobile version the main content div is basically only taking up three quarters of the screen. The rest of the client's pages are fine (occupy the whole screen) when on mobile.

http://stkildafitnesstrainer.com.au/our-trainers.htmlhttp://stkildafitnesstrainer.com.au/services.html

Thanks for your help

enter image description hereenter image description here


Solution

Edit:

Seeing the comments below, and as I was too young to care about disabilities. I'm sorry, this is the new answer:


Simple, add this in your head:

<meta name="viewport" content="initial-scale=1">

initial-scale, as the name says, define which scale your website will be rendered.

There is also other parameters to the content tag:

width=device-width sets the <body> width to be the same of the device, just like height=device-height is the same for height.

user-scalable=no, this says you are not able to zoom the page AND IT'S NOT RECOMMENDED, you can also set this parameter to yes.



Answered By - Eduardo Procópio Gomez
Tags

Post a Comment

0Comments
Post a Comment (0)

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !
To Top