My title is not as descriptive or accurate as I believe it could be because I am not certain of how to phrase the issue more succinctly at this point. I will apologise up front for this mangling.
What i'm trying to do is show some text which would ideally be constrained by Bootstrap's container
element. This text would run left-aligned within the standard Bootstrap container
.
What i need occupying the remainder of the screen (to the right of this text) is an image which would appear to break out of the container
element and utilise the entire rest of the viewport within the Bootstrap row
.
I'm not sure if this might somehow be a job for Bootstrap's offset-
or pull-
or push-
classes. What it seems i need is a hybrid container
that would constrain content in the first four columns on the left of a larger (xl) screen and then allow content in the remaining eight columns to break out and behave like content within a container-fluid
element.
I've attempted to streamline a JsFiddle of this here: