I have a layout with right and left sidebar. The problem starts when the screen gets smaller, theen the left sidebar is under the page menu selector, then the center column, then the right one. I'd like to have it like
Header
Center column
SidebarLinks (left sidebar)
SidebarRechts (right sidebar)
I tried to put this in layout.css, but nothing happens:
Code:
@media screen and (max-width: 767px) { #content { width: 100%; } #SidebarLinks { width: 100%; } #SidebarRechts { width: 100%; } }