• ddolgoy

    (@ddolgoy)


    Help!
    Does anyone know how to fix in the Grisaille theme to configure properly on an iPhone screen? The posts themselves are showing up, but the other half of the site doesn’t appear… The right side of the screen to be specific.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having the same problem too…

    Here’s a quick fix… edit style.css and replace the lines with the code below.

    Line 977
    Replace: #secondaryContent { display: none; }
    With: #secondaryContent { float: none; display: block; }

    Line 1061
    Replace: #secondaryContent { display: none; }
    With: #secondaryContent { float: none; display: block; }

    This line is only there once on line 1045

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘need to fix iPhone view’ is closed to new replies.