Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • This isn’t exactly the issue you were talking about, but if you want to have the second column visible on mobile browsers… 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; }

    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; }

Viewing 2 replies - 1 through 2 (of 2 total)