Home › Forums › CSS › Sidebar disappears at bottom of page on mobile view › Reply To: Sidebar disappears at bottom of page on mobile view
May 19, 2014 at 1:11 am
#170579
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.