I wanted to put the navigation bar on the left, but it would take a whole line.
Online looking for a long time, see with bootstrap response layout, can be relatively simple to achieve
Classic, can refer to: http://demo.qianduanblog.com/3150/8.html#
4 Div can be done:
<Divclass= "Container"> <Divclass= "Row"> <Divclass= "Col-lg-1 modal-content">left column<BR/>left column<BR/>left column<BR/>left column<BR/>left column<BR/> </Div> <Divclass= "Col-lg-11 modal-content">The right side of the content ..... .... ..... ....... ................. <BR/>The right side of the content ..... .... ..... ....... ................. <BR/>The right side of the content ..... .... ..... ....... ................. <BR/>The right side of the content ..... .... ..... ....... ................. <BR/>The right side of the content ..... .... ..... ....... ................. <BR/>The right side of the content ..... .... ..... ....... ................. <BR/> </Div> </Div></Div>
Effect:
Bootstrap left Sidebar