Apologies in advance for the lack of clarity in my title - I am struggling to succinctly describe my issue. I want to display text within Bootstrap's container
, left-aligned, and have an image break out of the container to fill the remaining screen space.
I'm unsure if Bootstrap's offset-
, pull-
, or push-
classes could help achieve this. A hybrid layout that confines content to the first four columns on a larger screen and allows the rest to behave like within a container-fluid
is what I envision.
Check out my attempt at creating a JsFiddle here: