How to have mixed fluid and fixed-width content in the same “logical” column?
问题 I am designing a site using Bootstrap 4. Most of the content lives in regular (fixed width) containers; however there are some images that should be full width (edge to edge), so for these I use .container-fluid . In one specific page I have a layout that looks like this (for large resolutions): The images are full width while the text is not, so my first thought was to put the images in a .container-fluid and the text in a regular .container , like this: <div class="container-fluid"> <div