Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.pearsonitcertification.com - design is broken #15820

Closed
zlatin opened this issue Mar 5, 2018 · 3 comments
Closed

www.pearsonitcertification.com - design is broken #15820

zlatin opened this issue Mar 5, 2018 · 3 comments

Comments

@zlatin
Copy link

zlatin commented Mar 5, 2018

URL: http://www.pearsonitcertification.com/

Browser / Version: Firefox Mobile 60.0
Operating System: Android 6.0.1
Tested Another Browser: No

Problem type: Design is broken
Description: only left half of site is visible
Steps to Reproduce:
Load site

From webcompat.com with ❤️

@softvision-oana-arbuzov
Copy link
Member

softvision-oana-arbuzov commented Mar 5, 2018

Thanks for the report, the issue is indeed reproducible.

Tested with:
Browser / Version: Firefox Mobile Nightly 60.0a1 (2018-03-04)
Operating System: Google Pixel (Android 8.0.0) - 1080 x 1920 pixels (~441 ppi pixel density), Samsung Galaxy S7 Edge (Android 7.0) - Resolution 1440 x 2560 pixels (~534 ppi pixel density)

This might be a duplicate of #1423013.
@karlcow could you please confirm this?

@karlcow
Copy link
Member

karlcow commented Mar 13, 2018

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

and

body.r, html.touch {
	overflow-x: hidden;
}
#content {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 14em 10px 20px 10px;
    position: relative;
    background: #FFF url(../images/header/bg.png) repeat;
    overflow: auto;
    overflow-x: hidden;
}

This is indeed 1423013

@karlcow
Copy link
Member

karlcow commented Mar 13, 2018

Close as duplicate of https://bugzilla.mozilla.org/show_bug.cgi?id=1423013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants