• Resolved Studio239

    (@studio239)


    When viewing articles on tablets, the right sidebar is more than half the width of the page, dwarfing the article. Haven’t quite found the ‘fix’ for this, but if I do I will post.

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

    (@studio239)

    To fix the above issue, add the following to the style.css file:

    @media only screen and (max-width: 1024px) and (min-width: 480px){
        #sidebar{margin-left:0px !important; width:100%}
        .post-container,.page-container {margin-right:0px !important;}
        .post-container,.page-container {margin-left:0px !important;}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Not quite fully responsive’ is closed to new replies.