alistapart / AListApart

The A List Apart front end repo
http://alistapart.com/
MIT License
671 stars 68 forks source link

Article Page: Horizontal Scroll on Small Screen #378

Closed michaelspellacy closed 8 years ago

michaelspellacy commented 8 years ago

Hi Alistaparters!

I noticed a slight horizontal scroll when visiting the site via Facebook's iOS app. Was able to dupe it on Google Chrome (latest) on Mac OS (10.11)

Screen here: http://screencast.com/t/50vFxLbqwu0

It appears to be caused by an absolute width on .entry-header

.entry-header { width: 960px; ...}

Love the site!

zeldman commented 8 years ago

Thanks, Michael. Much appreciated. We will look into it after the holiday. Cheers! :)

michellekondou commented 8 years ago

@michaelspellacy @zeldman @murtaugh Thank you for catching that Michael - bug fixed!

michaelspellacy commented 8 years ago

Cool! Yes, confirmed fix on this end! Glad I could help!