My website uses the flex-box “holy grail” layout. It’s all going along pretty well, however on this particular page the content is stretching the page beyond with width of the view portal, and does not resize. The issue has something to do with the sidebar I’m sure, but I cant identify what it is.
Once the page hits the CSS break at 768px, it’s fine, so only the desktop version is bugged.
The sidebars are written to be flexible and appear only when needed. This page uses both left and right sidebars and works perfectly: http://nickconley.com/LiquidWinter/features
Container elements in bootstrap are 1170px wide so you can’t nest them inside elements that are not full width. It should probably be .container-fluid instead of ,container.