Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #79961
    Keir
    Participant

    Hello. I just posted the first article on my blog since June. I noticed that when I look at the post on my iPhone it is loading as though it were on a full size screen. The mobile version is not showing up. This is also happens on my iPad and my friends Android phone.

    Is there anything I need to do to make the page act responsively? Thanks so much. My webiste is http://earthtokeir.com

    #80005
    Sakin
    Keymaster

    @Keir: It’s because of the following css in “Appearance => Theme Options => Custom CSS” box:

    /*This code removed the 40 pixels of nothing at the top of the page*/
    .site {
        width: 1280px;
        margin: 0px auto;
    }

    Replace that css with the following css:

    /*This code removed the 40 pixels of nothing at the top of the page*/
    .site { margin: 0 auto; }
    #80047
    Keir
    Participant

    Thank you very much Sakin!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Theme is not loading responsive page on iPhone’ is closed to new replies.