Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using CSS tricks full width on mobile phones

Tags:

css

mobile

iphone

Is there anyway to apply this method from Chris Coyier to mobile phones: http://css-tricks.com/full-browser-width-bars/

I applied

html {overflow-x: hidden;}

To get rid of the horizontal scrollbar, but when viewing on an iphone for instance. There is a horizontal scrollbar.

You can view the site here: http://www.revival.tv/turningpoint/

like image 267
souporserious Avatar asked Dec 11 '25 13:12

souporserious


1 Answers

Try adding <meta name="viewport" content="width=device-width" /> within the head tag of your page.

like image 77
eivers88 Avatar answered Dec 13 '25 04:12

eivers88



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!