How to make fixed width side bar and fluid content layout?

any help?

Comments

erutan’s picture

You could go #sidebar { @include grid(240px); } , if the content is in a liquid container it should expand to fill what remains. In the gist of keeping things responsive you might want to try just putting a min-width or max-width on the sidebar and see if that works.

tsi’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Cleaning up