In my site, http://www.deovolleybal.nl, I use a standard right sidebar for all pages except the home page with a dedicated “home right sidebar”
On a mobile phone the site is responsive, except that the “right sidebar” gets a two-column layout. I don’t have the problem with the “home right sidebar”.
@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
.sidebar > ul > li {
min-width: 100% !important;
display: inline-block;
vertical-align: text-top;
max-width: 100% !important;
}
}
Viewing 1 replies (of 1 total)
The topic ‘responsiveness right sidebar’ is closed to new replies.