• Resolved gordo019

    (@gordo019)


    re: kayakingcolorado.com/videos/

    My content on this page doesn’t stretch to the right side of the iPhone screen. Strangely most of my WP pages render nicely (width-wise) in the iphone, but on a few pages they do not. I can’t isolate what is making this page’s content to bunch up on the left side.

Viewing 1 replies (of 1 total)
  • Thread Starter gordo019

    (@gordo019)

    Here is what worked for me…

    @media only screen
    and (max-width:481px) {
    .site {
    margin: 0 auto;
    max-width: 960px;
    max-width: 68.571428571rem;
    overflow: hidden;
    }

    }

    Why does the default style.css for Twenty Twelve use min-width: 600px?

    /* Minimum width of 600 pixels. */
    @media screen and (min-width: 600px){
    whatever….
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Page width too narrow in iPhone’ is closed to new replies.