0 Create Nested Column Bootrap Layout 2 Dillan Cagnetta posted 9 Years Ago Hi All I want to create a custom page layout that is more mobile friendly with the block positioning I need to create a zone with nested zones I changed the rightsidebar layout of the MAIN zone to add the nest <div class="row"> <div class="col-sm-9"> <Rock:Zone Name="Main" runat="server" /> <div class="row"> <div class="col-sm-4"> <Rock:Zone Name="Section Main A" runat="server" /> </div> <div class="col-sm-4"> <Rock:Zone Name="Section Main C" runat="server" /> </div> <div class="col-sm-4"> <Rock:Zone Name="Section Main D" runat="server" /> </div> </div> </div> <div class="col-sm-3"> <Rock:Zone Name="Sidebar 1" runat="server" /> </div> </div> when i load the page everything works except my page has not header or footer anymore??