Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sidebar disappears at bottom of page on mobile view Reply To: Sidebar disappears at bottom of page on mobile view

#170579
Atelierbram
Participant

Seems like there has been a half-hearted attempt to make the site responsive. When you would remove, or out-comment the width declaration in the (max-width: 767px) media-query of style_par.css, then 24cc74.css takes care of it , as far as I can see …


@media only screen and (max-width: 767px) { 
.content-wrap #content-wrap-inner .sidebar {
    display: block !important;
    float: left;
    /* width: 240px !important; */
    position: absolute;
    left: 0;
    font-size: 9px !important;
}

This site needs some work to make it really responsive though, and if I dare say, also stylistically.