I am trying to create a layout where two columns overlap or cover each other.
The layout should consist of one column on the left side (6 columns) and one on the right side (6 columns).
The desired result is to have: left side (8 columns) and right side (6 columns) - with an overlap of 2 columns.
I have searched through the Bootstrap documentation for offset/push/pull properties but have not found a suitable solution.
Here is the jsfiddle link for reference.