Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Aldahir Diaz
Aldahir Diaz
31 Points

How do i make my website Zoom Out for Mobile

Hi, i did my site based in the jumbotron that the library section taught how to do it. Everything its Great but i want to be able to see the full site when i see it from the mobile and do not make this to fit in the screen for example

i found a web page called www.copanac.net that when i use it from my iphone i can see everything and i want to see it more clear i just have to zoom in. that's what i want in my site how can i do it

My site has Bootstrap with wordpress as how the video taught me.

2 Answers

Hi,

If I am getting the meaning of your question correctly you are wanting the site NOT to be responsive and NOT to scale down to fit smaller devices?

Craig

Aldahir Diaz
Aldahir Diaz
31 Points

Yes, That's what i'm asking for

In your header.php within the head tags there is a meta tag with attributes containing an "initial scale = width device width" or something to that effect. I'm sure if you comment that out or remove it that will prevent the scaling down.

However bootstrap is geared up to be a full responsive framework so this could require more work.

Hopefully this may help though

Craig

Aldahir Diaz
Aldahir Diaz
31 Points

Thanks for your help I think i solved it.