davislurve
-
Fixed Width Sidebar in Responsive Design
Another solution would be to use box sizing and absolutely position the sidebar. E.g if your main content was in a div class of main, with an aside sidebar you could do: .main { padding-right: 180px; width: 100%; -webkit-box-sizing: b…