Forums

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

Home Forums CSS Fixed Width Sidebar in Responsive Design Re: Fixed Width Sidebar in Responsive Design

#104897
mtchao
Member

I found this post really helpful:
http://www.onderhond.com/blog/work/responsive-grid-old-trick/

Only one column is responsive (the content column) but it also includes a breakpoint at a certain width by using a media query. Most importantly, the width of the fluid column is adjusted BEFORE the floating sidebar get’s re-stacked after the content column when the breakpoint is reached.