I am trying have a side column on the left with fixed width, and then, on the right a normal Bootstrap container-fluid.
container-fluid
Even if the sidebar is not insid
Try including your container-fluid in a div with margin-left: 200px (where 200px is your sidebar's width).
div
margin-left: 200px
Then position your sidebar with position: absolute for instance
position: absolute