Possible to make column length stretch 100% of the page
-
Hi! I am trying to create a row system similar to this where the background colour is 100% of the width and the text remains in a
width of 900px
.I have manage to partially managed to recreate it using the structure:
<div class="row-fluid"> <span class="4"> [image gpes here] </span> <span class="8"> [text goes here] </span> </div>
This gives me this:
https://i.imgur.com/X4P6WHg.jpgIs it possible to have the background (If I set it through css) to stretch the full width (where I’ve added the blue lines) whilst keeping the text and image in the same position?
I haven’t used bootstrap very much so I’m not sure if there is even a solution. Thanks
Note: I have selected no-borders in page options
[ No bumping please. ]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Possible to make column length stretch 100% of the page’ is closed to new replies.