After much effort, I still can't seem to get this working correctly.
I've been playing around with a section named "RightExtra" and a div inside it called "RightExtraContent". My goal is to allow these two divs to move freely when the window is resized up to a certain point, without impacting the position of any other divs on the page.
To better illustrate what I mean, take a look at this visual representation:
https://i.stack.imgur.com/WwP32.png
For a live example, check out this fiddle: http://jsfiddle.net/c21nzs13/1/
Despite trying multiple code variations, I haven't had any luck achieving the desired outcome.
/* Your CSS code goes here */
<!-- Your HTML code goes here -->