make div of full width inside of a bootstrap container
问题 I am already inside a container of fixed with and i am trying to insert a parallex of full width. Problem : I couldn't make it of full width as its inside a container. The parallax div is a static block comes form backend. [So as i try to close container inside static block it automatically removes the unpaired closing div] I tried making it's positing absolute wrapping it with a div of position relative: <div class="container"> <div class="parallax-wrapper"> //position: relative; <div class=